Struct syntex_syntax::ast::Lifetime
[−]
[src]
pub struct Lifetime { pub id: NodeId, pub span: Span, pub name: Name, }
Fields
id | |
span | |
name |
pub struct Lifetime { pub id: NodeId, pub span: Span, pub name: Name, }
id | |
span | |
name |
impl Debug for Lifetime
impl Copy for Lifetime
impl Hash for Lifetime
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Decodable for Lifetime
impl Encodable for Lifetime
impl Eq for Lifetime
impl PartialEq for Lifetime
impl Clone for Lifetime
fn clone(&self) -> Lifetime
fn clone_from(&mut self, source: &Self)