Enum ceph::cmd::MonState[][src]

pub enum MonState {
    Probing,
    Synchronizing,
    Electing,
    Leader,
    Peon,
    Shutdown,
}

Variants

Trait Implementations

impl Debug for MonState
[src]

Formats the value using the given formatter. Read more

impl Display for MonState
[src]

Formats the value using the given formatter. Read more

impl AsRef<str> for MonState
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for MonState

impl Sync for MonState