pub struct GenericChecker<'tcx> {
trait_map: HashMap<String, HashSet<Ty<'tcx>>>,
}
Fields§
§trait_map: HashMap<String, HashSet<Ty<'tcx>>>
Implementations§
Auto Trait Implementations§
impl<'tcx> Freeze for GenericChecker<'tcx>
impl<'tcx> !RefUnwindSafe for GenericChecker<'tcx>
impl<'tcx> Send for GenericChecker<'tcx>
impl<'tcx> Sync for GenericChecker<'tcx>
impl<'tcx> Unpin for GenericChecker<'tcx>
impl<'tcx> !UnwindSafe for GenericChecker<'tcx>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more