Enum dbus-rs::ConnectionItem
[-]
[+]
[src]
pub enum ConnectionItem { Nothing, MethodCall(Message), Signal(Message), }
Variants
Nothing | |
MethodCall | |
Signal |
pub enum ConnectionItem { Nothing, MethodCall(Message), Signal(Message), }
Nothing | |
MethodCall | |
Signal |
impl Debug for ConnectionItem
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
).