Struct airmash_protocol_v5::DeserializeError[][src]

pub struct DeserializeError {
    pub ty: DeserializeErrorType,
    pub trace: Vec<FieldSpec>,
}

Fields

Trait Implementations

impl Debug for DeserializeError
[src]

Formats the value using the given formatter. Read more

impl Display for DeserializeError
[src]

Formats the value using the given formatter. Read more

impl Error for DeserializeError
[src]

The lower-level cause of this error, if any. Read more

This method is soft-deprecated. Read more

impl From<FromUtf8Error> for DeserializeError
[src]

Performs the conversion.

impl From<EnumValueOutOfRangeError<u8>> for DeserializeError
[src]

Performs the conversion.

impl From<EnumValueOutOfRangeError<u16>> for DeserializeError
[src]

Performs the conversion.

impl From<!> for DeserializeError
[src]

Performs the conversion.

impl ChainError<FieldSpec> for DeserializeError
[src]

Auto Trait Implementations