pub struct JobRemoved(/* private fields */);Expand description
A JobRemoved signal.
Implementations§
Source§impl JobRemoved
impl JobRemoved
Sourcepub fn from_message<M>(msg: M) -> Option<Self>
pub fn from_message<M>(msg: M) -> Option<Self>
Try to construct a
JobRemoved
from a zbus::Message.
Sourcepub fn message(&self) -> &Message
pub fn message(&self) -> &Message
The reference to the underlying zbus::Message.
Source§impl JobRemoved
impl JobRemoved
Sourcepub fn args<'s>(&'s self) -> Result<JobRemovedArgs<'s>>
pub fn args<'s>(&'s self) -> Result<JobRemovedArgs<'s>>
Retrieve the signal arguments.
Trait Implementations§
Source§impl Clone for JobRemoved
impl Clone for JobRemoved
Source§fn clone(&self) -> JobRemoved
fn clone(&self) -> JobRemoved
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 JobRemoved
impl Debug for JobRemoved
Source§impl From<JobRemoved> for Message
impl From<JobRemoved> for Message
Source§fn from(signal: JobRemoved) -> Self
fn from(signal: JobRemoved) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JobRemoved
impl RefUnwindSafe for JobRemoved
impl Send for JobRemoved
impl Sync for JobRemoved
impl Unpin for JobRemoved
impl UnwindSafe for JobRemoved
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