Struct rustdoc::html::format::AsyncSpace [−][src]
pub struct AsyncSpace(pub IsAsync);
Similarly to VisSpace, this structure is used to render a function asyncness with a space after it.
Trait Implementations
impl Copy for AsyncSpace[src]
impl Copy for AsyncSpaceimpl Clone for AsyncSpace[src]
impl Clone for AsyncSpacefn clone(&self) -> AsyncSpace[src]
fn clone(&self) -> AsyncSpaceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Display for AsyncSpace[src]
impl Display for AsyncSpaceAuto Trait Implementations
impl Send for AsyncSpace
impl Send for AsyncSpaceimpl Sync for AsyncSpace
impl Sync for AsyncSpace