pub struct Update {
pub ctes: Vec<Cte>,
pub schema: Option<String>,
pub table: String,
pub values: Vec<(String, String)>,
pub where_: Where,
}Fields§
§ctes: Vec<Cte>§schema: Option<String>§table: String§values: Vec<(String, String)>§where_: WhereImplementations§
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