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