Enum dbus::ffidisp::ConnectionItem
source · [−]Expand description
When listening for incoming events on the D-Bus, this enum will tell you what type of incoming event has happened.
Variants
Nothing
No event between now and timeout
MethodCall(Message)
Incoming method call
Signal(Message)
Incoming signal
MethodReturn(Message)
Incoming method return, including method return errors (mostly used for Async I/O)
Trait Implementations
sourceimpl Debug for ConnectionItem
impl Debug for ConnectionItem
Auto Trait Implementations
impl RefUnwindSafe for ConnectionItem
impl Send for ConnectionItem
impl !Sync for ConnectionItem
impl Unpin for ConnectionItem
impl UnwindSafe for ConnectionItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more