Struct syntax::ast::LifetimeDefUnstable [-] [+] [src]

pub struct LifetimeDef {
    pub lifetime: Lifetime,
    pub bounds: Vec<Lifetime>,
}

Fields

lifetime
bounds

Trait Implementations

Derived Implementations

impl Debug for LifetimeDef

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

impl Hash for LifetimeDef

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Decodable for LifetimeDef

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

impl Encodable for LifetimeDef

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

impl Eq for LifetimeDef

fn assert_receiver_is_total_eq(&self)

impl PartialEq for LifetimeDef

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

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

impl Clone for LifetimeDef

fn clone(&self) -> LifetimeDef

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