pub enum FieldKeyType {
String,
Symbol,
}Variants§
Trait Implementations§
Source§impl Clone for FieldKeyType
impl Clone for FieldKeyType
Source§fn clone(&self) -> FieldKeyType
fn clone(&self) -> FieldKeyType
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 FieldKeyType
impl Debug for FieldKeyType
Source§impl PartialEq for FieldKeyType
impl PartialEq for FieldKeyType
Source§fn eq(&self, other: &FieldKeyType) -> bool
fn eq(&self, other: &FieldKeyType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FieldKeyType
impl StructuralPartialEq for FieldKeyType
Auto Trait Implementations§
impl Freeze for FieldKeyType
impl RefUnwindSafe for FieldKeyType
impl Send for FieldKeyType
impl Sync for FieldKeyType
impl Unpin for FieldKeyType
impl UnsafeUnpin for FieldKeyType
impl UnwindSafe for FieldKeyType
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