Home
last modified time | relevance | path

Searched defs:PatRest (Results 1 – 8 of 8) sorted by relevance

/linux/rust/syn/
H A Dpat.rs865 impl ToTokens for PatRest { implementation
/linux/rust/syn/gen/
H A Deq.rs1550 impl Eq for crate::PatRest {} implementation
1553 impl PartialEq for crate::PatRest { implementation
H A Dclone.rs1565 impl Clone for crate::PatRest { implementation
H A Ddebug.rs2267 impl Debug for crate::PatRest { implementation
2273 impl crate::PatRest { implementation
H A Dhash.rs2004 impl Hash for crate::PatRest { implementation
H A Dvisit_mut.rs660 fn visit_pat_rest_mut(&mut self, i: &mut crate::PatRest) { in visit_pat_rest_mut()
H A Dfold.rs692 fn fold_pat_rest(&mut self, i: crate::PatRest) -> crate::PatRest { in fold_pat_rest()
H A Dvisit.rs652 fn visit_pat_rest(&mut self, i: &'ast crate::PatRest) { in visit_pat_rest()