[−][src]Enum simd_json::ErrorType
Error types encountered while parsing
Variants
The key of a map isn't a string
The data ended early
Expected an array
Expected a ,
in an array
expected an boolean
Expected an enum
Expected a float
Expected an integer
Expected a map
Expected an :
to seperate key and value in an object
Expected a ,
in an object
Expected the object to end
Expected a null
Expected a number
Expected a signed number
Expected a string
Expected an unsigned number
Internal error
Invalid escape sequence
Invalid exponent in a floating point number
Invalid number
Inbalid UTF8 codepoint
Invalid Unicode escape sequence
Inbalid Unicode codepoint
Object Key isn't a string
Non structural character
Parser Erropr
Early End Of File
Serde(String)
Generic serde error
Generic syntax error
Training characters
Unexpected character
Unexpected end
Unterminated string
Expected Array elements
Expected Object elements
Expected Object Key
Overflow of a limited buffer
Trait Implementations
Auto Trait Implementations
impl Send for ErrorType
impl Sync for ErrorType
impl Unpin for ErrorType
impl UnwindSafe for ErrorType
impl RefUnwindSafe for ErrorType
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,