Enum tars_stream::errors::DecodeErr [−]
pub enum DecodeErr {
NoEnoughDataErr,
UnknownTarsTypeErr,
TarsTagNotFoundErr,
MisMatchTarsTypeErr,
WrongSimpleListTarsTypeErr,
InvalidEnumValue,
FieldNotFoundErr(String),
TypeNotFoundErr(String),
TupKeyNotFoundErr,
UnsupportTupVersionErr,
}Variants
NoEnoughDataErrUnknownTarsTypeErrTarsTagNotFoundErrMisMatchTarsTypeErrWrongSimpleListTarsTypeErrInvalidEnumValueFieldNotFoundErr(String)TypeNotFoundErr(String)TupKeyNotFoundErrUnsupportTupVersionErr
Trait Implementations
impl Debug for DecodeErr[src]
impl Debug for DecodeErrfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for DecodeErr[src]
impl PartialEq for DecodeErrfn eq(&self, other: &DecodeErr) -> bool[src]
fn eq(&self, other: &DecodeErr) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &DecodeErr) -> bool[src]
fn ne(&self, other: &DecodeErr) -> boolThis method tests for !=.
impl Eq for DecodeErr[src]
impl Eq for DecodeErrimpl Display for DecodeErr
impl Display for DecodeErrimpl Error for DecodeErr
impl Error for DecodeErr