Searched defs:Lifetime (Results 1 – 7 of 7) sorted by relevance
20 pub struct Lifetime { struct25 impl Lifetime { argument74 impl Display for Lifetime { implementation81 impl Clone for Lifetime { implementation90 impl PartialEq for Lifetime { implementation96 impl Eq for Lifetime {} implementation98 impl PartialOrd for Lifetime { implementation104 impl Ord for Lifetime { implementation110 impl Hash for Lifetime { implementation132 impl Parse for Lifetime { implementation[all …]
223 pub fn lifetime(mut self) -> Option<(Lifetime, Cursor<'a>)> { in lifetime()
854 pub fn lifetime(&self) -> Option<&Lifetime> { in lifetime()
1970 impl Debug for crate::Lifetime { implementation1975 impl crate::Lifetime { implementation
550 fn visit_lifetime_mut(&mut self, i: &mut crate::Lifetime) { in visit_lifetime_mut()
579 fn fold_lifetime(&mut self, i: crate::Lifetime) -> crate::Lifetime { in fold_lifetime()
542 fn visit_lifetime(&mut self, i: &'ast crate::Lifetime) { in visit_lifetime()