Struct rustdoc::html::format::UnsafetySpaceUnstable [-] [+] [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

fn get(&self) -> Unsafety

Trait Implementations

impl Display for UnsafetySpace

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Clone for UnsafetySpace

fn clone(&self) -> UnsafetySpace

fn clone_from(&mut self, source: &Self)

impl Copy for UnsafetySpace