pub enum SystemCmd {
Stop,
Restart,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemCmd
impl RefUnwindSafe for SystemCmd
impl Send for SystemCmd
impl Sync for SystemCmd
impl Unpin for SystemCmd
impl UnsafeUnpin for SystemCmd
impl UnwindSafe for SystemCmd
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