pub struct VacantEntry<'a> {
pub(crate) 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 VacantEntry<'a>
impl<'a> RefUnwindSafe for VacantEntry<'a>
impl<'a> Send for VacantEntry<'a>
impl<'a> Sync for VacantEntry<'a>
impl<'a> Unpin for VacantEntry<'a>
impl<'a> !UnwindSafe for VacantEntry<'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