Enum dbus_serialize::decoder::DecodeError
[-] [+]
[src]
pub enum DecodeError { BadSignature, NotSupported, IntTooNarrow, }
Variants
BadSignature | |
NotSupported | |
IntTooNarrow |
pub enum DecodeError { BadSignature, NotSupported, IntTooNarrow, }
BadSignature | |
NotSupported | |
IntTooNarrow |
impl PartialEq for DecodeError
fn eq(&self, __arg_0: &DecodeError) -> bool
fn ne(&self, __arg_0: &DecodeError) -> bool
impl Debug for DecodeError
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).