Enum tars_stream::errors::TarsTypeErr [−]
pub enum TarsTypeErr {
DisMatchTarsTypeErr,
}Variants
DisMatchTarsTypeErr
Trait Implementations
impl Debug for TarsTypeErr[src]
impl Debug for TarsTypeErrfn 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 TarsTypeErr[src]
impl PartialEq for TarsTypeErrfn eq(&self, other: &TarsTypeErr) -> bool[src]
fn eq(&self, other: &TarsTypeErr) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for TarsTypeErr[src]
impl Eq for TarsTypeErrimpl Display for TarsTypeErr
impl Display for TarsTypeErrimpl Error for TarsTypeErr
impl Error for TarsTypeErrAuto Trait Implementations
impl Send for TarsTypeErr
impl Send for TarsTypeErrimpl Sync for TarsTypeErr
impl Sync for TarsTypeErr