pub struct Update<S, Typ: MyTyp> { /* private fields */ }Expand description
Defines a column update.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S, Typ> Freeze for Update<S, Typ>
impl<S, Typ> !RefUnwindSafe for Update<S, Typ>
impl<S, Typ> !Send for Update<S, Typ>
impl<S, Typ> !Sync for Update<S, Typ>
impl<S, Typ> Unpin for Update<S, Typ>
impl<S, Typ> !UnwindSafe for Update<S, Typ>
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