pub enum JSONParseErrorReason {
ExpectedColon,
ExpectedEndOfValue,
ExpectedBracket,
ExpectedTrueFalseNull,
ExpectedValue,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JSONParseErrorReason
impl RefUnwindSafe for JSONParseErrorReason
impl Send for JSONParseErrorReason
impl Sync for JSONParseErrorReason
impl Unpin for JSONParseErrorReason
impl UnwindSafe for JSONParseErrorReason
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