Enum dbus_serialize::encoder::EncoderError
[-] [+]
[src]
pub enum EncoderError { BadKeyType, Unsupported, EmptyArray, }
Variants
BadKeyType | |
Unsupported | |
EmptyArray |
pub enum EncoderError { BadKeyType, Unsupported, EmptyArray, }
BadKeyType | |
Unsupported | |
EmptyArray |
impl PartialEq for EncoderError
fn eq(&self, __arg_0: &EncoderError) -> bool
fn ne(&self, __arg_0: &EncoderError) -> bool
impl Debug for EncoderError
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
).