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

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

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

Methods

impl UnsafetySpace
[src]

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

Trait Implementations

impl Copy for UnsafetySpace
[src]

impl Clone for UnsafetySpace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for UnsafetySpace
[src]

Formats the value using the given formatter. Read more