Enum sql_query_builder::DeleteClause 
source · [−]pub enum DeleteClause {
    DeleteFrom,
    Where,
    Returning,
    With,
}Expand description
Variants
DeleteFrom
Where
Returning
With
Trait Implementations
sourceimpl Clone for DeleteClause
 
impl Clone for DeleteClause
sourcefn clone(&self) -> DeleteClause
 
fn clone(&self) -> DeleteClause
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<DeleteClause> for DeleteClause
 
impl PartialEq<DeleteClause> for DeleteClause
sourcefn eq(&self, other: &DeleteClause) -> bool
 
fn eq(&self, other: &DeleteClause) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl StructuralPartialEq for DeleteClause
Auto Trait Implementations
impl RefUnwindSafe for DeleteClause
impl Send for DeleteClause
impl Sync for DeleteClause
impl Unpin for DeleteClause
impl UnwindSafe for DeleteClause
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