Struct crushtool::CephHost [] [src]

pub struct CephHost {
    pub hostname: Option<String>,
    pub disks: Vec<CephDisk>,
}

Fields

Trait Implementations

impl Clone for CephHost
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CephHost
[src]

Formats the value using the given formatter.

impl Eq for CephHost
[src]

impl PartialEq for CephHost
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Decodable for CephHost
[src]

Deserialize a value using a Decoder.

impl Encodable for CephHost
[src]

Serialize a value using an Encoder.