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

pub struct UnsafetySpace(pub Unsafety);

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

Methods

impl UnsafetySpace
[src]

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

Auto Trait Implementations

impl Send for UnsafetySpace

impl Sync for UnsafetySpace