Struct ceph::cmd::MgrDump [] [src]

pub struct MgrDump {
    pub epoch: u64,
    pub active_gid: u64,
    pub active_name: String,
    pub active_addr: String,
    pub available: bool,
    pub standbys: Vec<MgrStandby>,
    pub modules: Vec<String>,
    pub available_modules: Vec<String>,
}

Fields

Trait Implementations

impl Debug for MgrDump
[src]

[src]

Formats the value using the given formatter.