Struct heapless::VacantEntry
source · pub struct VacantEntry<'a, K, V, const N: usize> { /* private fields */ }
Expand description
A view into an empty slot in the underlying map
Implementations§
source§impl<'a, K, V, const N: usize> VacantEntry<'a, K, V, N>
impl<'a, K, V, const N: usize> VacantEntry<'a, K, V, N>
Auto Trait Implementations§
impl<'a, K, V, const N: usize> Freeze for VacantEntry<'a, K, V, N>where
K: Freeze,
impl<'a, K, V, const N: usize> RefUnwindSafe for VacantEntry<'a, K, V, N>where
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, K, V, const N: usize> Send for VacantEntry<'a, K, V, N>
impl<'a, K, V, const N: usize> Sync for VacantEntry<'a, K, V, N>
impl<'a, K, V, const N: usize> Unpin for VacantEntry<'a, K, V, N>where
K: Unpin,
impl<'a, K, V, const N: usize> !UnwindSafe for VacantEntry<'a, K, V, N>
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