Enum sql_query_builder::UpdateClause
source · [−]pub enum UpdateClause {
Set,
Update,
Where,
From,
Returning,
With,
}Expand description
All available clauses to be used in raw_before and raw_after methods of the UpdateBuilder
Variants
Set
Update
Where
From
Returning
With
Trait Implementations
sourceimpl Clone for UpdateClause
impl Clone for UpdateClause
sourcefn clone(&self) -> UpdateClause
fn clone(&self) -> UpdateClause
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl PartialEq<UpdateClause> for UpdateClause
impl PartialEq<UpdateClause> for UpdateClause
impl StructuralPartialEq for UpdateClause
Auto Trait Implementations
impl RefUnwindSafe for UpdateClause
impl Send for UpdateClause
impl Sync for UpdateClause
impl Unpin for UpdateClause
impl UnwindSafe for UpdateClause
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more