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