Enum serde::de::value::Error [−][src]
This represents all the possible errors that can occur using the ValueDeserializer
.
Variants
SyntaxError
The value had some syntatic error.
EndOfStreamError
EOF while deserializing a value.
UnknownFieldError(String)
Unknown field in struct.
MissingFieldError(&'static str)
Struct is missing a field.
Trait Implementations
impl Clone for Error
[src]
[+]
impl Clone for Error
impl Debug for Error
[src]
[+]
impl Debug for Error
impl PartialEq for Error
[src]
[+]
impl PartialEq for Error
impl Error for Error
[src]
[+]
impl Error for Error