Home
last modified time | relevance | path

Searched refs:PatType (Results 1 - 12 of 12) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dpat.rs66 Type(PatType),
197 pub struct PatType { structure names
360 impl Parse for PatType {
362 Ok(PatType { in parse()
889 impl ToTokens for PatType {
H A Dlib.rs466 PatTupleStruct, PatType, PatWild,
H A Dstmt.rs273 pat = Pat::Type(PatType { in stmt_local()
H A Ditem.rs817 Typed(PatType),
1556 return Ok(FnArgOrVariadic::FnArg(FnArg::Typed(PatType { in parse_fn_arg_or_variadic()
1581 Ok(FnArgOrVariadic::FnArg(FnArg::Typed(PatType { in parse_fn_arg_or_variadic()
H A Dexpr.rs2458 Ok(Pat::Type(PatType { in closure_arg()
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs1582 impl Clone for PatType {
1584 PatType { in clone()
H A Dfold.rs665 fn fold_pat_type(&mut self, i: PatType) -> PatType { in fold_pat_type()
2762 pub fn fold_pat_type<F>(f: &mut F, node: PatType) -> PatType in fold_pat_type()
2766 PatType { in fold_pat_type()
H A Deq.rs1507 impl Eq for PatType {}
1510 impl PartialEq for PatType {
H A Ddebug.rs2234 impl Debug for PatType {
2236 impl PatType { in fmt() impls
2246 self.debug(formatter, "PatType") in fmt()
H A Dvisit_mut.rs665 fn visit_pat_type_mut(&mut self, i: &mut PatType) { in visit_pat_type_mut()
3078 pub fn visit_pat_type_mut<V>(v: &mut V, node: &mut PatType) in visit_pat_type_mut()
H A Dhash.rs2023 impl Hash for PatType {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs3457 impl Debug for Lite<syn::PatType> {
3459 let mut formatter = formatter.debug_struct("PatType"); in fmt()

Completed in 41 milliseconds