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