Struct rustdoc::html::format::ConstnessSpace [−][src]
pub struct ConstnessSpace(pub Constness);
Similarly to VisSpace, this structure is used to render a function constness with a space after it.
Methods
impl ConstnessSpace[src]
impl ConstnessSpaceTrait Implementations
impl Copy for ConstnessSpace[src]
impl Copy for ConstnessSpaceimpl Clone for ConstnessSpace[src]
impl Clone for ConstnessSpacefn clone(&self) -> ConstnessSpace[src]
fn clone(&self) -> ConstnessSpaceReturns 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 ConstnessSpace[src]
impl Display for ConstnessSpaceAuto Trait Implementations
impl Send for ConstnessSpace
impl Send for ConstnessSpaceimpl Sync for ConstnessSpace
impl Sync for ConstnessSpace