pub struct DbusUnitManager<'a> { /* private fields */ }
Trait Implementations§
Source§impl UnitManager for DbusUnitManager<'_>
impl UnitManager for DbusUnitManager<'_>
fn refuse_manual_start(&self) -> Result<bool, Error>
fn refuse_manual_stop(&self) -> Result<bool, Error>
Auto Trait Implementations§
impl<'a> Freeze for DbusUnitManager<'a>
impl<'a> !RefUnwindSafe for DbusUnitManager<'a>
impl<'a> Send for DbusUnitManager<'a>
impl<'a> Sync for DbusUnitManager<'a>
impl<'a> Unpin for DbusUnitManager<'a>
impl<'a> !UnwindSafe for DbusUnitManager<'a>
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