Searched defs:TypeAndMut (Results 1 – 3 of 3) sorted by relevance
49 type TypeAndMut: Clone + Debug + Hash + Ord; typedef
52 pub struct TypeAndMut<'tcx> { struct53 pub ty: Ty<'tcx>,54 pub mutbl: hir::Mutability,
94 type TypeAndMut = TypeAndMut<'tcx>; typedef