Struct rustdoc::html::format::UnsafetySpace
[−]
[src]
pub struct UnsafetySpace(pub Unsafety);
Unstable (
rustdoc
)Similarly to VisSpace, this structure is used to render a function style with a space after it.
Methods
impl UnsafetySpace
[src]
Trait Implementations
impl Display for UnsafetySpace
[src]
Derived Implementations
impl Clone for UnsafetySpace
[src]
fn clone(&self) -> UnsafetySpace
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