pub enum ServStatus {
Uninstalled,
Running,
Paused,
Stoped,
StartPending,
StopPending,
PausePending,
ContinuePending,
Unknow,
}
Available on crate feature
winapi
and Windows only.Expand description
service status
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServStatus
impl RefUnwindSafe for ServStatus
impl Send for ServStatus
impl Sync for ServStatus
impl Unpin for ServStatus
impl UnwindSafe for ServStatus
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