pub struct JobRemovedArgs<'s> {
pub id: u32,
pub job: ObjectPath<'s>,
pub unit: &'s str,
pub result: &'s str,
/* private fields */
}Expand description
JobRemoved signal arguments.
Fields§
§id: u32§job: ObjectPath<'s>§unit: &'s str§result: &'s strImplementations§
Trait Implementations§
Source§impl<'s> Debug for JobRemovedArgs<'s>
impl<'s> Debug for JobRemovedArgs<'s>
Auto Trait Implementations§
impl<'s> Freeze for JobRemovedArgs<'s>
impl<'s> RefUnwindSafe for JobRemovedArgs<'s>
impl<'s> Send for JobRemovedArgs<'s>
impl<'s> Sync for JobRemovedArgs<'s>
impl<'s> Unpin for JobRemovedArgs<'s>
impl<'s> UnwindSafe for JobRemovedArgs<'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