pub struct TinyMap<'data, D> { /* private fields */ }Expand description
Tiny map
0..16
Implementations§
Auto Trait Implementations§
impl<'data, D> Freeze for TinyMap<'data, D>where
D: Freeze,
impl<'data, D> RefUnwindSafe for TinyMap<'data, D>where
D: RefUnwindSafe,
impl<'data, D> Send for TinyMap<'data, D>
impl<'data, D> Sync for TinyMap<'data, D>where
D: Sync,
impl<'data, D> Unpin for TinyMap<'data, D>where
D: Unpin,
impl<'data, D> UnwindSafe for TinyMap<'data, D>where
D: UnwindSafe + RefUnwindSafe,
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