Enum sql_query_builder::ValuesClause
source · [−]pub enum ValuesClause {
Values,
}Expand description
All available clauses to be used in raw_before and raw_after methods of the ValuesBuilder
Variants
Values
Trait Implementations
sourceimpl Clone for ValuesClause
impl Clone for ValuesClause
sourcefn clone(&self) -> ValuesClause
fn clone(&self) -> ValuesClause
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<ValuesClause> for ValuesClause
impl PartialEq<ValuesClause> for ValuesClause
impl StructuralPartialEq for ValuesClause
Auto Trait Implementations
impl RefUnwindSafe for ValuesClause
impl Send for ValuesClause
impl Sync for ValuesClause
impl Unpin for ValuesClause
impl UnwindSafe for ValuesClause
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