Home
last modified time | relevance | path

Searched defs:LifetimeDef (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/syn/src/
Dgenerics.rs446 impl LifetimeDef { impl
688 impl Parse for LifetimeDef { implementation
1218 impl ToTokens for LifetimeDef { implementation
/third_party/rust/crates/syn/src/gen/
Deq.rs1232 impl Eq for LifetimeDef {} implementation
1235 impl PartialEq for LifetimeDef { implementation
Dclone.rs1314 impl Clone for LifetimeDef { implementation
Dhash.rs1664 impl Hash for LifetimeDef { implementation
Dvisit_mut.rs437 fn visit_lifetime_def_mut(&mut self, i: &mut LifetimeDef) { in visit_lifetime_def_mut()
Dfold.rs437 fn fold_lifetime_def(&mut self, i: LifetimeDef) -> LifetimeDef { in fold_lifetime_def()
Ddebug.rs1801 impl Debug for LifetimeDef { implementation
Dvisit.rs436 fn visit_lifetime_def(&mut self, i: &'ast LifetimeDef) { in visit_lifetime_def()
/third_party/rust/crates/serde/serde_derive/src/
Dde.rs243 fn de_lifetime_def(&self) -> Option<syn::LifetimeDef> { in de_lifetime_def()