Struct ceph::cmd::MgrMetadata[][src]

pub struct MgrMetadata {
    pub id: String,
    pub arch: String,
    pub ceph_version: String,
    pub cpu: String,
    pub distro: String,
    pub distro_description: String,
    pub distro_version: String,
    pub hostname: String,
    pub kernel_description: String,
    pub kernel_version: String,
    pub mem_swap_kb: u64,
    pub mem_total_kb: u64,
    pub os: String,
}

Fields

Trait Implementations

impl Debug for MgrMetadata
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MgrMetadata

impl Sync for MgrMetadata