Enum sql_query_builder::DeleteClause
source · pub enum DeleteClause {
DeleteFrom,
Where,
Returning,
With,
}Expand description
Variants§
Trait Implementations§
source§impl Clone for DeleteClause
impl Clone for DeleteClause
source§fn clone(&self) -> DeleteClause
fn clone(&self) -> DeleteClause
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<DeleteClause> for DeleteClause
impl PartialEq<DeleteClause> for DeleteClause
source§fn 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 ==.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§
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