pub struct VacantEntry<'a, T, V, Ix: IndexType = DefaultIx> { /* private fields */ }
Expand description
A view into a vacant entry in an IntervalMap
. It is part of the Entry enum.
Implementations§
Source§impl<'a, T, V, Ix: IndexType> VacantEntry<'a, T, V, Ix>where
T: Copy,
impl<'a, T, V, Ix: IndexType> VacantEntry<'a, T, V, Ix>where
T: Copy,
Source§impl<'a, T, V, Ix: IndexType> VacantEntry<'a, T, V, Ix>where
T: Copy + PartialOrd,
impl<'a, T, V, Ix: IndexType> VacantEntry<'a, T, V, Ix>where
T: Copy + PartialOrd,
Trait Implementations§
Auto Trait Implementations§
impl<'a, T, V, Ix> Freeze for VacantEntry<'a, T, V, Ix>
impl<'a, T, V, Ix> RefUnwindSafe for VacantEntry<'a, T, V, Ix>
impl<'a, T, V, Ix> Send for VacantEntry<'a, T, V, Ix>
impl<'a, T, V, Ix> Sync for VacantEntry<'a, T, V, Ix>
impl<'a, T, V, Ix> Unpin for VacantEntry<'a, T, V, Ix>
impl<'a, T, V, Ix = u32> !UnwindSafe for VacantEntry<'a, T, V, Ix>
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