Enum sql_query_builder::ValuesClause
source · [−]pub enum ValuesClause {
Values,
}Expand description
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
sourcefn eq(&self, other: &ValuesClause) -> bool
fn eq(&self, other: &ValuesClause) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
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 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