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 AsyncSpace
impl Clone for AsyncSpace
[src]
impl Clone for AsyncSpace
fn clone(&self) -> AsyncSpace
[src]
fn clone(&self) -> AsyncSpace
Returns 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 AsyncSpace
Auto Trait Implementations
impl Send for AsyncSpace
impl Send for AsyncSpace
impl Sync for AsyncSpace
impl Sync for AsyncSpace