pub struct UnitRemoved(/* private fields */);
Expand description
A UnitRemoved
signal.
Implementations§
Source§impl UnitRemoved
impl UnitRemoved
Sourcepub fn from_message<M>(msg: M) -> Option<Self>
pub fn from_message<M>(msg: M) -> Option<Self>
Try to construct a
UnitRemoved
from a zbus::Message
.
Sourcepub fn message(&self) -> &Message
pub fn message(&self) -> &Message
The reference to the underlying zbus::Message
.
Source§impl UnitRemoved
impl UnitRemoved
Sourcepub fn args<'s>(&'s self) -> Result<UnitRemovedArgs<'s>>
pub fn args<'s>(&'s self) -> Result<UnitRemovedArgs<'s>>
Retrieve the signal arguments.
Trait Implementations§
Source§impl Clone for UnitRemoved
impl Clone for UnitRemoved
Source§fn clone(&self) -> UnitRemoved
fn clone(&self) -> UnitRemoved
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UnitRemoved
impl Debug for UnitRemoved
Source§impl From<UnitRemoved> for Message
impl From<UnitRemoved> for Message
Source§fn from(signal: UnitRemoved) -> Self
fn from(signal: UnitRemoved) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UnitRemoved
impl RefUnwindSafe for UnitRemoved
impl Send for UnitRemoved
impl Sync for UnitRemoved
impl Unpin for UnitRemoved
impl UnwindSafe for UnitRemoved
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more