Enum sql_query_builder::UpdateClause
source · [−]pub enum UpdateClause {
Set,
Update,
Where,
From,
Returning,
With,
}Expand description
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
sourcefn eq(&self, other: &UpdateClause) -> bool
fn eq(&self, other: &UpdateClause) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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