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