Enum dbus-rs::MessageType
[-]
[+]
[src]
pub enum MessageType { Invalid, MethodCall, MethodReturn, Error, Signal, }
Variants
Invalid | |
MethodCall | |
MethodReturn | |
Error | |
Signal |
pub enum MessageType { Invalid, MethodCall, MethodReturn, Error, Signal, }
Invalid | |
MethodCall | |
MethodReturn | |
Error | |
Signal |
impl Copy for DBusMessageType
impl PartialEq for DBusMessageType
fn eq(&self, __arg_0: &DBusMessageType) -> bool
fn ne(&self, __arg_0: &DBusMessageType) -> bool
impl Debug for DBusMessageType
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
).