Struct rustdoc::clean::LifetimeExperimental [-]  [+] [src]

pub struct Lifetime(_);

Methods

impl Lifetime

fn get_ref<'a>(&'a self) -> &'a str

fn statik() -> Lifetime

Trait Implementations

impl Show for Lifetime

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

Derived Implementations

impl PartialEq for Lifetime

fn eq(&self, __arg_0: &Lifetime) -> bool

fn ne(&self, __arg_0: &Lifetime) -> bool

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for Lifetime

fn decode(__arg_0: &mut __D) -> Result<Lifetime, __E>

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for Lifetime

fn encode(&self, __arg_0: &mut __S) -> Result<(), __E>

impl Clone for Lifetime

fn clone(&self) -> Lifetime

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