pub struct VacantEntry<'a, TKey, TPriority, S = RandomState>{ /* private fields */ }
Expand description
A view into a vacant entry in a KeyedPriorityQueue
.
It is part of the Entry
enum.
Implementations§
Source§impl<'a, TKey, TPriority, S> VacantEntry<'a, TKey, TPriority, S>
impl<'a, TKey, TPriority, S> VacantEntry<'a, TKey, TPriority, S>
Auto Trait Implementations§
impl<'a, TKey, TPriority, S> Freeze for VacantEntry<'a, TKey, TPriority, S>where
TKey: Freeze,
impl<'a, TKey, TPriority, S> RefUnwindSafe for VacantEntry<'a, TKey, TPriority, S>
impl<'a, TKey, TPriority, S = RandomState> !Send for VacantEntry<'a, TKey, TPriority, S>
impl<'a, TKey, TPriority, S = RandomState> !Sync for VacantEntry<'a, TKey, TPriority, S>
impl<'a, TKey, TPriority, S> Unpin for VacantEntry<'a, TKey, TPriority, S>where
TKey: Unpin,
impl<'a, TKey, TPriority, S = RandomState> !UnwindSafe for VacantEntry<'a, TKey, TPriority, S>
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