pub enum HashKeyKind {
Integer,
Boolean,
String,
}Variants§
Trait Implementations§
Source§impl Clone for HashKeyKind
impl Clone for HashKeyKind
Source§fn clone(&self) -> HashKeyKind
fn clone(&self) -> HashKeyKind
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 moreimpl Copy for HashKeyKind
Source§impl Debug for HashKeyKind
impl Debug for HashKeyKind
impl Eq for HashKeyKind
Source§impl Hash for HashKeyKind
impl Hash for HashKeyKind
Source§impl Ord for HashKeyKind
impl Ord for HashKeyKind
Source§fn cmp(&self, other: &HashKeyKind) -> Ordering
fn cmp(&self, other: &HashKeyKind) -> 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
Source§impl PartialEq for HashKeyKind
impl PartialEq for HashKeyKind
Source§impl PartialOrd for HashKeyKind
impl PartialOrd for HashKeyKind
Source§impl Serialize for HashKeyKind
impl Serialize for HashKeyKind
impl StructuralPartialEq for HashKeyKind
Auto Trait Implementations§
impl Freeze for HashKeyKind
impl RefUnwindSafe for HashKeyKind
impl Send for HashKeyKind
impl Sync for HashKeyKind
impl Unpin for HashKeyKind
impl UnsafeUnpin for HashKeyKind
impl UnwindSafe for HashKeyKind
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