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