Searched defs:RefPat (Results 1 – 2 of 2) sorted by relevance
246 struct RefPat { struct248 always_deref: bool,250 spans: Vec<Span>,252 app: Applicability,254 replacements: Vec<(Span, String)>,256 hir_id: HirId,
1444 pub struct RefPat { struct1447 impl RefPat { implementation1621 RefPat(RefPat), enumerator3135 impl AstNode for RefPat { implementation4913 impl std::fmt::Display for RefPat { implementation