Struct rustdoc::html::format::ConstnessSpace [] [src]

pub struct ConstnessSpace(pub Constness);
🔬 This is a nightly-only experimental API. (rustdoc)

Similarly to VisSpace, this structure is used to render a function constness with a space after it.

Methods

impl ConstnessSpace
[src]

🔬 This is a nightly-only experimental API. (rustdoc)

Trait Implementations

impl Copy for ConstnessSpace
[src]

impl Clone for ConstnessSpace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ConstnessSpace
[src]

Formats the value using the given formatter. Read more