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

pub struct RawMutableSpace(pub Mutability);

Similar to VisSpace, but used for mutability

Trait Implementations

impl Copy for RawMutableSpace
[src]

impl Clone for RawMutableSpace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for RawMutableSpace
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RawMutableSpace

impl Sync for RawMutableSpace