Enum network_manager::ServiceState
[−]
[src]
pub enum ServiceState {
Active,
Reloading,
Inactive,
Failed,
Activating,
Deactivating,
}Variants
ActiveReloadingInactiveFailedActivatingDeactivating
Trait Implementations
impl Debug for ServiceState[src]
impl Eq for ServiceState[src]
impl PartialEq for ServiceState[src]
fn eq(&self, __arg_0: &ServiceState) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.