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 Lifetimeimpl Copy for Lifetimeimpl Hash for Lifetimefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Decodable for Lifetimeimpl Encodable for Lifetimeimpl Eq for Lifetimeimpl PartialEq for Lifetimeimpl Clone for Lifetimefn clone(&self) -> Lifetimefn clone_from(&mut self, source: &Self)