pub enum ValueIndexKey {
Column(String),
Index(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ValueIndexKey
impl Clone for ValueIndexKey
Source§fn clone(&self) -> ValueIndexKey
fn clone(&self) -> ValueIndexKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ValueIndexKey
impl Debug for ValueIndexKey
Source§impl Display for ValueIndexKey
impl Display for ValueIndexKey
impl Eq for ValueIndexKey
Source§impl From<&str> for ValueIndexKey
impl From<&str> for ValueIndexKey
Source§impl From<String> for ValueIndexKey
impl From<String> for ValueIndexKey
Source§impl Ord for ValueIndexKey
impl Ord for ValueIndexKey
Source§fn cmp(&self, other: &ValueIndexKey) -> Ordering
fn cmp(&self, other: &ValueIndexKey) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ValueIndexKey
impl PartialEq for ValueIndexKey
Source§impl PartialOrd for ValueIndexKey
impl PartialOrd for ValueIndexKey
impl StructuralPartialEq for ValueIndexKey
Auto Trait Implementations§
impl Freeze for ValueIndexKey
impl RefUnwindSafe for ValueIndexKey
impl Send for ValueIndexKey
impl Sync for ValueIndexKey
impl Unpin for ValueIndexKey
impl UnsafeUnpin for ValueIndexKey
impl UnwindSafe for ValueIndexKey
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