Enum eva_common::value::Unexpected
source · pub enum Unexpected {
}Variants§
Bool(bool)
Unsigned(u64)
Signed(i64)
Float(f64)
Char(char)
Str(String)
Bytes(Vec<u8>)
Unit
Option
NewtypeStruct
Seq
Map
Enum
UnitVariant
NewtypeVariant
TupleVariant
StructVariant
Other(String)
Implementations§
source§impl Unexpected
impl Unexpected
pub fn to_unexpected(&self) -> Unexpected<'_>
Trait Implementations§
source§impl Debug for Unexpected
impl Debug for Unexpected
source§impl<'a> From<Unexpected<'a>> for Unexpected
impl<'a> From<Unexpected<'a>> for Unexpected
source§fn from(unexp: Unexpected<'_>) -> Unexpected
fn from(unexp: Unexpected<'_>) -> Unexpected
Converts to this type from the input type.