Searched refs:PatSlice (Results 1 – 9 of 9) sorted by relevance
| /linux/rust/syn/ |
| H A D | pat.rs | 66 Slice(PatSlice), 164 pub struct PatSlice { 253 FieldPat, Pat, PatIdent, PatOr, PatParen, PatReference, PatRest, PatSlice, PatStruct, 761 fn pat_slice(input: ParseStream) -> Result<PatSlice> { in pat_slice() argument 789 Ok(PatSlice { in pat_slice() 813 FieldPat, Pat, PatIdent, PatOr, PatParen, PatReference, PatRest, PatSlice, PatStruct, 873 impl ToTokens for PatSlice { implementation
|
| H A D | lib.rs | 488 PatReference, PatRest, PatSlice, PatStruct, PatTuple, PatTupleStruct, PatType, PatWild,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 697 fn fold_pat_slice(&mut self, i: crate::PatSlice) -> crate::PatSlice { in fold_pat_slice() argument 3022 pub fn fold_pat_slice<F>(f: &mut F, node: crate::PatSlice) -> crate::PatSlice in fold_pat_slice() 3026 crate::PatSlice { in fold_pat_slice()
|
| H A D | clone.rs | 1575 impl Clone for crate::PatSlice { implementation 1577 crate::PatSlice { in clone()
|
| H A D | eq.rs | 1560 impl Eq for crate::PatSlice {} implementation 1563 impl PartialEq for crate::PatSlice { implementation
|
| H A D | debug.rs | 2283 impl Debug for crate::PatSlice { implementation 2289 impl crate::PatSlice { implementation
|
| H A D | visit_mut.rs | 665 fn visit_pat_slice_mut(&mut self, i: &mut crate::PatSlice) { in visit_pat_slice_mut() argument 2919 pub fn visit_pat_slice_mut<V>(v: &mut V, node: &mut crate::PatSlice) in visit_pat_slice_mut()
|
| H A D | visit.rs | 657 fn visit_pat_slice(&mut self, i: &'ast crate::PatSlice) { in visit_pat_slice() argument 3068 pub fn visit_pat_slice<'ast, V>(v: &mut V, node: &'ast crate::PatSlice) in visit_pat_slice()
|
| H A D | hash.rs | 2014 impl Hash for crate::PatSlice { implementation
|