Enum sql_query_builder::InsertClause
source · [−]pub enum InsertClause {
InsertInto,
Overriding,
Select,
Values,
Returning,
With,
}Expand description
All available clauses to be used in raw_before and raw_after methods of the InsertBuilder
Variants
InsertInto
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
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 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