Enum sql_query_builder::ValuesClause
source · pub enum ValuesClause {
Values,
}Expand description
Variants§
Values
Trait Implementations§
source§impl Clone for ValuesClause
impl Clone for ValuesClause
source§fn clone(&self) -> ValuesClause
fn clone(&self) -> ValuesClause
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 for ValuesClause
impl PartialEq for ValuesClause
source§fn 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 ==.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§
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