Struct tea_codec::errorx::BadBinaryFormat
source · pub struct BadBinaryFormat;Trait Implementations§
source§impl Clone for BadBinaryFormat
impl Clone for BadBinaryFormat
source§fn clone(&self) -> BadBinaryFormat
fn clone(&self) -> BadBinaryFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BadBinaryFormat
impl Debug for BadBinaryFormat
source§impl Default for BadBinaryFormat
impl Default for BadBinaryFormat
source§fn default() -> BadBinaryFormat
fn default() -> BadBinaryFormat
Returns the “default value” for a type. Read more
source§impl Display for BadBinaryFormat
impl Display for BadBinaryFormat
source§impl Error for BadBinaryFormat
impl Error for BadBinaryFormat
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<BadBinaryFormat> for BadBinaryFormat
impl PartialEq<BadBinaryFormat> for BadBinaryFormat
source§fn eq(&self, other: &BadBinaryFormat) -> bool
fn eq(&self, other: &BadBinaryFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.