Lines Matching refs:Lifetime
20 pub struct Lifetime { struct
25 impl Lifetime { impl
56 Lifetime { in new()
74 impl Display for Lifetime { implementation
81 impl Clone for Lifetime { implementation
83 Lifetime { in clone()
90 impl PartialEq for Lifetime { implementation
91 fn eq(&self, other: &Lifetime) -> bool { in eq()
96 impl Eq for Lifetime {} implementation
98 impl PartialOrd for Lifetime { implementation
99 fn partial_cmp(&self, other: &Lifetime) -> Option<Ordering> { in partial_cmp()
104 impl Ord for Lifetime { implementation
105 fn cmp(&self, other: &Lifetime) -> Ordering { in cmp()
110 impl Hash for Lifetime { implementation
120 pub fn Lifetime(marker: lookahead::TokenMarker) -> Lifetime {
128 use crate::lifetime::Lifetime;
132 impl Parse for Lifetime { implementation
145 use crate::lifetime::Lifetime;
150 impl ToTokens for Lifetime { implementation