pub enum QueryValue {
One(String),
List(Vec<String>),
}
Variants§
Trait Implementations§
source§impl Clone for QueryValue
impl Clone for QueryValue
source§fn clone(&self) -> QueryValue
fn clone(&self) -> QueryValue
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 Debug for QueryValue
impl Debug for QueryValue
source§impl Hash for QueryValue
impl Hash for QueryValue
source§impl Ord for QueryValue
impl Ord for QueryValue
source§fn cmp(&self, other: &QueryValue) -> Ordering
fn cmp(&self, other: &QueryValue) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for QueryValue
impl PartialEq for QueryValue
source§impl PartialOrd for QueryValue
impl PartialOrd for QueryValue
impl Eq for QueryValue
impl StructuralPartialEq for QueryValue
Auto Trait Implementations§
impl Freeze for QueryValue
impl RefUnwindSafe for QueryValue
impl Send for QueryValue
impl Sync for QueryValue
impl Unpin for QueryValue
impl UnwindSafe for QueryValue
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)