pub enum JsonKeyType {
ArrayIndex(usize),
MapKey(String),
}Variants§
Trait Implementations§
Source§impl From<String> for JsonKeyType
impl From<String> for JsonKeyType
Auto Trait Implementations§
impl Freeze for JsonKeyType
impl RefUnwindSafe for JsonKeyType
impl Send for JsonKeyType
impl Sync for JsonKeyType
impl Unpin for JsonKeyType
impl UnwindSafe for JsonKeyType
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