pub struct KeyedReversePriorityQueueUnknownKeyError {}Auto Trait Implementations§
impl Freeze for KeyedReversePriorityQueueUnknownKeyError
impl RefUnwindSafe for KeyedReversePriorityQueueUnknownKeyError
impl Send for KeyedReversePriorityQueueUnknownKeyError
impl Sync for KeyedReversePriorityQueueUnknownKeyError
impl Unpin for KeyedReversePriorityQueueUnknownKeyError
impl UnsafeUnpin for KeyedReversePriorityQueueUnknownKeyError
impl UnwindSafe for KeyedReversePriorityQueueUnknownKeyError
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