Enum cql3_parser::common::OptionValue
source · [−]Expand description
the definition of an option value, is either literal string or a map of Key,value pairs.
Variants
Literal(String)
Map(Vec<(String, String)>)
Trait Implementations
sourceimpl Clone for OptionValue
impl Clone for OptionValue
sourcefn clone(&self) -> OptionValue
fn clone(&self) -> OptionValue
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 OptionValue
impl Debug for OptionValue
sourceimpl Display for OptionValue
impl Display for OptionValue
sourceimpl PartialEq<OptionValue> for OptionValue
impl PartialEq<OptionValue> for OptionValue
sourcefn eq(&self, other: &OptionValue) -> bool
fn eq(&self, other: &OptionValue) -> bool
impl StructuralPartialEq for OptionValue
Auto Trait Implementations
impl RefUnwindSafe for OptionValue
impl Send for OptionValue
impl Sync for OptionValue
impl Unpin for OptionValue
impl UnwindSafe for OptionValue
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