pub enum JsonContext {
Root,
Object,
Array,
DoubleQuoteProperty,
SingleQuoteProperty,
DoubleQuoteValue,
SingleQuoteValue,
Colon,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for JsonContext
impl Clone for JsonContext
Source§fn clone(&self) -> JsonContext
fn clone(&self) -> JsonContext
Returns a duplicate of the value. Read more
1.0.0 · 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 JsonContext
impl Debug for JsonContext
Source§impl PartialEq for JsonContext
impl PartialEq for JsonContext
impl StructuralPartialEq for JsonContext
Auto Trait Implementations§
impl Freeze for JsonContext
impl RefUnwindSafe for JsonContext
impl Send for JsonContext
impl Sync for JsonContext
impl Unpin for JsonContext
impl UnwindSafe for JsonContext
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