Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dpat.rs836 impl ToTokens for PatOr { implementation
/linux/rust/syn/gen/
H A Deq.rs1518 impl Eq for crate::PatOr {} implementation
1521 impl PartialEq for crate::PatOr { implementation
H A Dclone.rs1531 impl Clone for crate::PatOr { implementation
H A Ddebug.rs2215 impl Debug for crate::PatOr { implementation
2221 impl crate::PatOr { implementation
H A Dhash.rs1969 impl Hash for crate::PatOr { implementation
H A Dvisit_mut.rs645 fn visit_pat_or_mut(&mut self, i: &mut crate::PatOr) { in visit_pat_or_mut()
H A Dfold.rs677 fn fold_pat_or(&mut self, i: crate::PatOr) -> crate::PatOr { in fold_pat_or()
H A Dvisit.rs637 fn visit_pat_or(&mut self, i: &'ast crate::PatOr) { in visit_pat_or()