pub struct SmallMap<D, H> { /* private fields */ }
Expand description
Small map
0..12
Implementations§
Auto Trait Implementations§
impl<D, H> Freeze for SmallMap<D, H>
impl<D, H> RefUnwindSafe for SmallMap<D, H>where
D: RefUnwindSafe,
H: RefUnwindSafe,
impl<D, H> Send for SmallMap<D, H>
impl<D, H> Sync for SmallMap<D, H>
impl<D, H> Unpin for SmallMap<D, H>
impl<D, H> UnwindSafe for SmallMap<D, H>where
D: UnwindSafe,
H: 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