pub struct OHAResultMapWrapper(pub HashMap<DefId, Vec<(OwnedHeap, Vec<bool>)>>);
Tuple Fields§
§0: HashMap<DefId, Vec<(OwnedHeap, Vec<bool>)>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OHAResultMapWrapper
impl RefUnwindSafe for OHAResultMapWrapper
impl Send for OHAResultMapWrapper
impl Sync for OHAResultMapWrapper
impl Unpin for OHAResultMapWrapper
impl UnwindSafe for OHAResultMapWrapper
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