Struct crushtool::CephPool [] [src]

pub struct CephPool {
    pub disks: Vec<CephDisk>,
    pub name: String,
    pub pool_type: RuleType,
}

Fields

Trait Implementations

impl Clone for CephPool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CephPool
[src]

Formats the value using the given formatter.

impl Eq for CephPool
[src]

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

Deserialize a value using a Decoder.

impl Encodable for CephPool
[src]

Serialize a value using an Encoder.