Enum orb_network_manager::ServiceState
source · [−]pub enum ServiceState {
Active,
Reloading,
Inactive,
Failed,
Activating,
Deactivating,
}Variants
Active
Reloading
Inactive
Failed
Activating
Deactivating
Trait Implementations
sourceimpl Debug for ServiceState
impl Debug for ServiceState
sourceimpl FromStr for ServiceState
impl FromStr for ServiceState
sourceimpl PartialEq<ServiceState> for ServiceState
impl PartialEq<ServiceState> for ServiceState
impl Eq for ServiceState
impl StructuralEq for ServiceState
impl StructuralPartialEq for ServiceState
Auto Trait Implementations
impl RefUnwindSafe for ServiceState
impl Send for ServiceState
impl Sync for ServiceState
impl Unpin for ServiceState
impl UnwindSafe for ServiceState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more