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 Clone for AsyncSpace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for AsyncSpace
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AsyncSpace

impl Sync for AsyncSpace