Enum serde_value::Unexpected [−][src]
pub enum Unexpected {
}
Variants
Bool(bool)
Tuple Fields
0: bool
Unsigned(u64)
Tuple Fields
0: u64
Signed(i64)
Tuple Fields
0: i64
Float(f64)
Tuple Fields
0: f64
Char(char)
Tuple Fields
0: char
Str(String)
Tuple Fields
0: String
Bytes(Vec<u8>)
Unit
Option
NewtypeStruct
Seq
Map
Enum
UnitVariant
NewtypeVariant
TupleVariant
StructVariant
Other(String)
Tuple Fields
0: String
Implementations
Trait Implementations
Performs the conversion.