Enum serde_value::Unexpected [−][src]
pub enum Unexpected {
}Variants
Bool(bool)
Tuple Fields
0: boolUnsigned(u64)
Tuple Fields
0: u64Signed(i64)
Tuple Fields
0: i64Float(f64)
Tuple Fields
0: f64Char(char)
Tuple Fields
0: charStr(String)
Tuple Fields
0: StringBytes(Vec<u8>)
Unit
Option
NewtypeStruct
Seq
Map
Enum
UnitVariant
NewtypeVariant
TupleVariant
StructVariant
Other(String)
Tuple Fields
0: StringImplementations
Trait Implementations
Performs the conversion.