pub enum MutableMapKeyKind {
String,
I32,
U32,
I64,
U64,
}Expand description
The wire-level key representation used by a mutable map.
Variants§
Trait Implementations§
Source§impl Clone for MutableMapKeyKind
impl Clone for MutableMapKeyKind
Source§fn clone(&self) -> MutableMapKeyKind
fn clone(&self) -> MutableMapKeyKind
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 MutableMapKeyKind
Auto Trait Implementations§
impl Freeze for MutableMapKeyKind
impl RefUnwindSafe for MutableMapKeyKind
impl Send for MutableMapKeyKind
impl Sync for MutableMapKeyKind
impl Unpin for MutableMapKeyKind
impl UnsafeUnpin for MutableMapKeyKind
impl UnwindSafe for MutableMapKeyKind
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