Struct ceph::cmd::ServiceHealth[][src]

pub struct ServiceHealth {
    pub mons: Vec<MonHealth>,
}

Fields

Trait Implementations

impl Debug for ServiceHealth
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations