Lines Matching refs:Lifetime
19 pub struct Lifetime { struct
24 impl Lifetime { argument
55 Lifetime { in new()
73 impl Display for Lifetime { implementation
80 impl Clone for Lifetime { implementation
82 Lifetime { in clone()
89 impl PartialEq for Lifetime { implementation
90 fn eq(&self, other: &Lifetime) -> bool { in eq()
95 impl Eq for Lifetime {} implementation
97 impl PartialOrd for Lifetime { implementation
98 fn partial_cmp(&self, other: &Lifetime) -> Option<Ordering> { in partial_cmp()
103 impl Ord for Lifetime { implementation
104 fn cmp(&self, other: &Lifetime) -> Ordering { in cmp()
109 impl Hash for Lifetime { implementation
118 pub fn Lifetime(marker: lookahead::TokenMarker) -> Lifetime { in Lifetime() argument
128 impl Parse for Lifetime { implementation
146 impl ToTokens for Lifetime { implementation