pub struct Update {
pub table: Table,
pub values: Vec<(Field, Expr)>,
pub where_: Option<Expr>,
pub returning: Vec<Returning>,
}Fields§
§table: Table§values: Vec<(Field, Expr)>§where_: Option<Expr>§returning: Vec<Returning>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Update
impl !Send for Update
impl !Sync for Update
impl Unpin for Update
impl UnwindSafe for Update
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