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

pub struct Lifetime(_);

Methods

impl Lifetime

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

fn statik() -> Lifetime

Trait Implementations

impl Display for Lifetime

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

Derived Implementations

impl Debug for Lifetime

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

impl PartialEq for Lifetime

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

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

impl Decodable for Lifetime

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

impl Encodable for Lifetime

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

impl Clone for Lifetime

fn clone(&self) -> Lifetime

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