pub struct HashMapBi<KeyTran, ValTran>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<KeyTran, ValTran> Freeze for HashMapBi<KeyTran, ValTran>
impl<KeyTran, ValTran> RefUnwindSafe for HashMapBi<KeyTran, ValTran>where
KeyTran: RefUnwindSafe,
ValTran: RefUnwindSafe,
impl<KeyTran, ValTran> Send for HashMapBi<KeyTran, ValTran>
impl<KeyTran, ValTran> Sync for HashMapBi<KeyTran, ValTran>
impl<KeyTran, ValTran> Unpin for HashMapBi<KeyTran, ValTran>
impl<KeyTran, ValTran> UnsafeUnpin for HashMapBi<KeyTran, ValTran>where
KeyTran: UnsafeUnpin,
ValTran: UnsafeUnpin,
impl<KeyTran, ValTran> UnwindSafe for HashMapBi<KeyTran, ValTran>where
KeyTran: UnwindSafe,
ValTran: UnwindSafe,
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