Enum serde_json::value::de::KeyClass
source · enum KeyClass {
Map(String),
}
Variants§
Auto Trait Implementations§
impl Freeze for KeyClass
impl RefUnwindSafe for KeyClass
impl Send for KeyClass
impl Sync for KeyClass
impl Unpin for KeyClass
impl UnwindSafe for KeyClass
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