Struct rustdoc::html::format::MutableSpace [−][src]
pub struct MutableSpace(pub Mutability);
Similar to VisSpace, but used for mutability
Trait Implementations
impl Copy for MutableSpace
[src]
impl Copy for MutableSpace
impl Clone for MutableSpace
[src]
impl Clone for MutableSpace
fn clone(&self) -> MutableSpace
[src]
fn clone(&self) -> MutableSpace
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 MutableSpace
[src]
impl Display for MutableSpace
Auto Trait Implementations
impl Send for MutableSpace
impl Send for MutableSpace
impl Sync for MutableSpace
impl Sync for MutableSpace