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