Enum ceph::cmd::RoundStatus[][src]

pub enum RoundStatus {
    Finished,
    OnGoing,
}

Variants

Trait Implementations

impl Debug for RoundStatus
[src]

Formats the value using the given formatter. Read more

impl Display for RoundStatus
[src]

Formats the value using the given formatter. Read more

impl AsRef<str> for RoundStatus
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for RoundStatus

impl Sync for RoundStatus