Struct imbl::ordmap::VacantEntry
source · pub struct VacantEntry<'a, K, V>where
K: Ord + Clone,
V: Clone,{ /* private fields */ }Expand description
An entry for a mapping that does not already exist in the map.
Implementations§
Auto Trait Implementations§
impl<'a, K, V> RefUnwindSafe for VacantEntry<'a, K, V>where K: RefUnwindSafe, V: RefUnwindSafe,
impl<'a, K, V> Send for VacantEntry<'a, K, V>where K: Send + Sync, V: Send + Sync,
impl<'a, K, V> Sync for VacantEntry<'a, K, V>where K: Send + Sync, V: Send + Sync,
impl<'a, K, V> Unpin for VacantEntry<'a, K, V>where K: Unpin,
impl<'a, K, V> !UnwindSafe for VacantEntry<'a, K, V>
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