pub struct PrinterRemovedArgs<'s> {
pub printer_id: &'s str,
pub backend_name: &'s str,
/* private fields */
}Available on crate feature
zbus-backend only.Expand description
PrinterRemoved signal arguments.
Fields§
§printer_id: &'s str§backend_name: &'s strImplementations§
Source§impl<'s> PrinterRemovedArgs<'s>
impl<'s> PrinterRemovedArgs<'s>
pub fn printer_id(&self) -> &&'s str
pub fn backend_name(&self) -> &&'s str
Trait Implementations§
Source§impl<'s> Debug for PrinterRemovedArgs<'s>
impl<'s> Debug for PrinterRemovedArgs<'s>
Auto Trait Implementations§
impl<'s> Freeze for PrinterRemovedArgs<'s>
impl<'s> RefUnwindSafe for PrinterRemovedArgs<'s>
impl<'s> Send for PrinterRemovedArgs<'s>
impl<'s> Sync for PrinterRemovedArgs<'s>
impl<'s> Unpin for PrinterRemovedArgs<'s>
impl<'s> UnsafeUnpin for PrinterRemovedArgs<'s>
impl<'s> UnwindSafe for PrinterRemovedArgs<'s>
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