Struct ceph::cmd::MgrStandby[][src]

pub struct MgrStandby {
    pub gid: u64,
    pub name: String,
    pub available_modules: Vec<String>,
}

Fields

Trait Implementations

impl Debug for MgrStandby
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MgrStandby

impl Sync for MgrStandby