Enum serde_mtproto::error::DeSerdeType [] [src]

pub enum DeSerdeType {
    Any,
    Char,
    Option,
    Unit,
    IgnoredAny,
}

Serde deserialization data types that are not supported by serde_mtproto.

Variants

Trait Implementations

impl Debug for DeSerdeType
[src]

Formats the value using the given formatter.

impl Display for DeSerdeType
[src]

Formats the value using the given formatter. Read more