pub enum KeyTypeNameKind {
U8,
I8,
U16,
I16,
U32,
I32,
U64,
I64,
String,
Uuid,
}Variants§
Trait Implementations§
Source§impl Clone for KeyTypeNameKind
impl Clone for KeyTypeNameKind
Source§fn clone(&self) -> KeyTypeNameKind
fn clone(&self) -> KeyTypeNameKind
Returns a duplicate 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 KeyTypeNameKind
impl Debug for KeyTypeNameKind
Source§impl Hash for KeyTypeNameKind
impl Hash for KeyTypeNameKind
Source§impl Ord for KeyTypeNameKind
impl Ord for KeyTypeNameKind
Source§fn cmp(&self, other: &KeyTypeNameKind) -> Ordering
fn cmp(&self, other: &KeyTypeNameKind) -> 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 KeyTypeNameKind
impl PartialEq for KeyTypeNameKind
Source§impl PartialOrd for KeyTypeNameKind
impl PartialOrd for KeyTypeNameKind
impl Copy for KeyTypeNameKind
impl Eq for KeyTypeNameKind
impl StructuralPartialEq for KeyTypeNameKind
Auto Trait Implementations§
impl Freeze for KeyTypeNameKind
impl RefUnwindSafe for KeyTypeNameKind
impl Send for KeyTypeNameKind
impl Sync for KeyTypeNameKind
impl Unpin for KeyTypeNameKind
impl UnwindSafe for KeyTypeNameKind
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