Struct ceph::cmd::CephMon[][src]

pub struct CephMon {
    pub rank: i64,
    pub name: String,
    pub addr: String,
}

Fields

Trait Implementations

impl Debug for CephMon
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CephMon

impl Sync for CephMon