pub struct PrinterRemoved(/* private fields */);Available on crate feature
zbus-backend only.Expand description
A PrinterRemoved signal.
Implementations§
Source§impl PrinterRemoved
impl PrinterRemoved
Sourcepub fn from_message<M>(msg: M) -> Option<Self>
pub fn from_message<M>(msg: M) -> Option<Self>
Try to construct a
PrinterRemoved
from a zbus::Message.
Sourcepub fn message(&self) -> &Message
pub fn message(&self) -> &Message
The reference to the underlying zbus::Message.
Source§impl PrinterRemoved
impl PrinterRemoved
Sourcepub fn args<'s>(&'s self) -> Result<PrinterRemovedArgs<'s>>
pub fn args<'s>(&'s self) -> Result<PrinterRemovedArgs<'s>>
Retrieve the signal arguments.
Trait Implementations§
Source§impl Clone for PrinterRemoved
impl Clone for PrinterRemoved
Source§fn clone(&self) -> PrinterRemoved
fn clone(&self) -> PrinterRemoved
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PrinterRemoved
impl Debug for PrinterRemoved
Source§impl From<PrinterRemoved> for Message
impl From<PrinterRemoved> for Message
Source§fn from(signal: PrinterRemoved) -> Self
fn from(signal: PrinterRemoved) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PrinterRemoved
impl RefUnwindSafe for PrinterRemoved
impl Send for PrinterRemoved
impl Sync for PrinterRemoved
impl Unpin for PrinterRemoved
impl UnsafeUnpin for PrinterRemoved
impl UnwindSafe for PrinterRemoved
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