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

pub struct MutableSpace(pub Mutability);
Unstable (rustdoc)

Similar to VisSpace, but used for mutability

Trait Implementations

impl Display for MutableSpace
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

Derived Implementations

impl Clone for MutableSpace
[src]

fn clone(&self) -> MutableSpace

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for MutableSpace
[src]