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