Struct crushtool::CephCrushMap [] [src]

pub struct CephCrushMap {
    pub failure_domain: String,
    pub buckets: Vec<CephBucket>,
    pub pools: Vec<CephPool>,
}

Fields

Methods

impl CephCrushMap
[src]

Trait Implementations

impl Clone for CephCrushMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CephCrushMap
[src]

Formats the value using the given formatter.

impl Eq for CephCrushMap
[src]

impl PartialEq for CephCrushMap
[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 CephCrushMap
[src]

Deserialize a value using a Decoder.

impl Encodable for CephCrushMap
[src]

Serialize a value using an Encoder.