pub struct HashMap<const KEY_SIZE: usize, const VALUE_SIZE: usize, const MAX_ENTRIES: usize> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<const KEY_SIZE: usize, const VALUE_SIZE: usize, const MAX_ENTRIES: usize> Freeze for HashMap<KEY_SIZE, VALUE_SIZE, MAX_ENTRIES>
impl<const KEY_SIZE: usize, const VALUE_SIZE: usize, const MAX_ENTRIES: usize> RefUnwindSafe for HashMap<KEY_SIZE, VALUE_SIZE, MAX_ENTRIES>
impl<const KEY_SIZE: usize, const VALUE_SIZE: usize, const MAX_ENTRIES: usize> !Send for HashMap<KEY_SIZE, VALUE_SIZE, MAX_ENTRIES>
impl<const KEY_SIZE: usize, const VALUE_SIZE: usize, const MAX_ENTRIES: usize> !Sync for HashMap<KEY_SIZE, VALUE_SIZE, MAX_ENTRIES>
impl<const KEY_SIZE: usize, const VALUE_SIZE: usize, const MAX_ENTRIES: usize> Unpin for HashMap<KEY_SIZE, VALUE_SIZE, MAX_ENTRIES>
impl<const KEY_SIZE: usize, const VALUE_SIZE: usize, const MAX_ENTRIES: usize> UnwindSafe for HashMap<KEY_SIZE, VALUE_SIZE, MAX_ENTRIES>
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