pub struct InlineVacantEntry<'a> {
entry: VacantEntry<'a, Key, Item>,
}
Expand description
A view into a single empty location in a IndexMap
.
Fields§
§entry: VacantEntry<'a, Key, Item>
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for InlineVacantEntry<'a>
impl<'a> RefUnwindSafe for InlineVacantEntry<'a>
impl<'a> Send for InlineVacantEntry<'a>
impl<'a> Sync for InlineVacantEntry<'a>
impl<'a> Unpin for InlineVacantEntry<'a>
impl<'a> !UnwindSafe for InlineVacantEntry<'a>
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