Enum cql3_parser::insert::InsertValues
source · [−]Expand description
The structure that describs the values to insert.
Variants
Values(Vec<Operand>)
this is the standard list of values.
Json(String)
this option allows JSON string to define the values.
Trait Implementations
sourceimpl Clone for InsertValues
impl Clone for InsertValues
sourcefn clone(&self) -> InsertValues
fn clone(&self) -> InsertValues
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 moresourceimpl Debug for InsertValues
impl Debug for InsertValues
sourceimpl Display for InsertValues
impl Display for InsertValues
sourceimpl PartialEq<InsertValues> for InsertValues
impl PartialEq<InsertValues> for InsertValues
sourcefn eq(&self, other: &InsertValues) -> bool
fn eq(&self, other: &InsertValues) -> bool
impl StructuralPartialEq for InsertValues
Auto Trait Implementations
impl RefUnwindSafe for InsertValues
impl Send for InsertValues
impl Sync for InsertValues
impl Unpin for InsertValues
impl UnwindSafe for InsertValues
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