Enum network_manager::ServiceState [] [src]

pub enum ServiceState {
    Active,
    Reloading,
    Inactive,
    Failed,
    Activating,
    Deactivating,
}

Variants

Trait Implementations

impl Debug for ServiceState
[src]

[src]

Formats the value using the given formatter.

impl Eq for ServiceState
[src]

impl PartialEq for ServiceState
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl FromStr for ServiceState
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more