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