pub struct Remove<'t, In> {
pub key: Key,
pub existing: &'t In,
}
Fields§
§key: Key
§existing: &'t In
Trait Implementations§
Auto Trait Implementations§
impl<'t, In> Freeze for Remove<'t, In>
impl<'t, In> RefUnwindSafe for Remove<'t, In>where
In: RefUnwindSafe,
impl<'t, In> Send for Remove<'t, In>where
In: Sync,
impl<'t, In> Sync for Remove<'t, In>where
In: Sync,
impl<'t, In> Unpin for Remove<'t, In>
impl<'t, In> UnwindSafe for Remove<'t, In>where
In: RefUnwindSafe,
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