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 Copy for RawMutableSpaceimpl Clone for RawMutableSpace[src]
impl Clone for RawMutableSpacefn clone(&self) -> RawMutableSpace[src]
fn clone(&self) -> RawMutableSpaceReturns 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 RawMutableSpace[src]
impl Display for RawMutableSpaceAuto Trait Implementations
impl Send for RawMutableSpace
impl Send for RawMutableSpaceimpl Sync for RawMutableSpace
impl Sync for RawMutableSpace