Struct rustdoc::html::format::VisSpace[][src]

pub struct VisSpace<'a>(pub &'a Option<Visibility>);

Helper to render an optional visibility with a space after it (if the visibility is preset)

Methods

impl<'a> VisSpace<'a>
[src]

Trait Implementations

impl<'a> Copy for VisSpace<'a>
[src]

impl<'a> Clone for VisSpace<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Display for VisSpace<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for VisSpace<'a>

impl<'a> !Sync for VisSpace<'a>