pub enum MapKey {
Show 16 variants
UInt8,
UInt16,
UInt32,
UInt64,
UInt256,
Int8,
Int16,
Int32,
Int64,
Int128,
Int256,
Float32,
Float64,
Decimal(DecimalPrecision, DecimalScale),
String,
FixedString(FixedStringN),
}Variants§
UInt8
UInt16
UInt32
UInt64
UInt256
Int8
Int16
Int32
Int64
Int128
Int256
Float32
Float64
Decimal(DecimalPrecision, DecimalScale)
String
FixedString(FixedStringN)
Trait Implementations§
impl Eq for MapKey
impl StructuralPartialEq for MapKey
Auto Trait Implementations§
impl Freeze for MapKey
impl RefUnwindSafe for MapKey
impl Send for MapKey
impl Sync for MapKey
impl Unpin for MapKey
impl UnwindSafe for MapKey
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