Struct rustdoc::html::format::ConstnessSpace
[−]
[src]
pub struct ConstnessSpace(pub Constness);
Unstable (
rustdoc
)Similarly to VisSpace, this structure is used to render a function constness with a space after it.
Methods
impl ConstnessSpace
[src]
Trait Implementations
impl Display for ConstnessSpace
[src]
Derived Implementations
impl Clone for ConstnessSpace
[src]
fn clone(&self) -> ConstnessSpace
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more