Struct crushtool::CephDisk [] [src]

pub struct CephDisk {
    pub name: Option<String>,
    pub uuid: Option<Uuid>,
}

Fields

Trait Implementations

impl Clone for CephDisk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CephDisk
[src]

Formats the value using the given formatter.

impl Eq for CephDisk
[src]

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

Deserialize a value using a Decoder.

impl Encodable for CephDisk
[src]

Serialize a value using an Encoder.