Struct ceph::cmd::Mon[][src]

pub struct Mon {
    pub rank: u64,
    pub name: String,
    pub addr: String,
}

Fields

Trait Implementations

impl Debug for Mon
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Mon

impl Sync for Mon