Home
last modified time | relevance | path

Searched defs:Lifetime (Results 1 – 7 of 7) sorted by relevance

/linux/rust/syn/
H A Dlifetime.rs20 pub struct Lifetime { struct
25 impl Lifetime { argument
74 impl Display for Lifetime { implementation
81 impl Clone for Lifetime { implementation
90 impl PartialEq for Lifetime { implementation
96 impl Eq for Lifetime {} implementation
98 impl PartialOrd for Lifetime { implementation
104 impl Ord for Lifetime { implementation
110 impl Hash for Lifetime { implementation
132 impl Parse for Lifetime { implementation
[all …]
H A Dbuffer.rs223 pub fn lifetime(mut self) -> Option<(Lifetime, Cursor<'a>)> { in lifetime()
H A Ditem.rs854 pub fn lifetime(&self) -> Option<&Lifetime> { in lifetime()
/linux/rust/syn/gen/
H A Ddebug.rs1970 impl Debug for crate::Lifetime { implementation
1975 impl crate::Lifetime { implementation
H A Dvisit_mut.rs550 fn visit_lifetime_mut(&mut self, i: &mut crate::Lifetime) { in visit_lifetime_mut()
H A Dfold.rs579 fn fold_lifetime(&mut self, i: crate::Lifetime) -> crate::Lifetime { in fold_lifetime()
H A Dvisit.rs542 fn visit_lifetime(&mut self, i: &'ast crate::Lifetime) { in visit_lifetime()