Home
last modified time | relevance | path

Searched refs:PatSlice (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dpat.rs54 Slice(PatSlice),
152 pub struct PatSlice { structure names
726 fn pat_slice(input: ParseStream) -> Result<PatSlice> { in pat_slice()
754 Ok(PatSlice { in pat_slice()
833 impl ToTokens for PatSlice {
H A Dlib.rs465 FieldPat, Pat, PatIdent, PatOr, PatParen, PatReference, PatRest, PatSlice, PatStruct, PatTuple,
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs1533 impl Clone for PatSlice {
1535 PatSlice { in clone()
H A Dfold.rs645 fn fold_pat_slice(&mut self, i: PatSlice) -> PatSlice { in fold_pat_slice()
2709 pub fn fold_pat_slice<F>(f: &mut F, node: PatSlice) -> PatSlice in fold_pat_slice()
2713 PatSlice { in fold_pat_slice()
H A Deq.rs1465 impl Eq for PatSlice {}
1468 impl PartialEq for PatSlice {
H A Ddebug.rs2165 impl Debug for PatSlice {
2167 impl PatSlice { in fmt() impls
2176 self.debug(formatter, "PatSlice") in fmt()
H A Dvisit_mut.rs645 fn visit_pat_slice_mut(&mut self, i: &mut PatSlice) { in visit_pat_slice_mut()
3007 pub fn visit_pat_slice_mut<V>(v: &mut V, node: &mut PatSlice) in visit_pat_slice_mut()
H A Dhash.rs1974 impl Hash for PatSlice {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs3365 impl Debug for Lite<syn::PatSlice> {
3367 let mut formatter = formatter.debug_struct("PatSlice"); in fmt()

Completed in 31 milliseconds