Struct ceph::cmd::MonTimeChecks[][src]

pub struct MonTimeChecks {
    pub name: String,
    pub skew: f64,
    pub latency: f64,
    pub health: HealthStatus,
}

Fields

Trait Implementations

impl Debug for MonTimeChecks
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations