Struct crushtool::CephDisk
[−]
[src]
pub struct CephDisk {
pub name: Option<String>,
pub uuid: Option<Uuid>,
}Fields
name: Option<String>
uuid: Option<Uuid>
Trait Implementations
impl Clone for CephDisk[src]
fn clone(&self) -> CephDisk
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for CephDisk[src]
impl Eq for CephDisk[src]
impl PartialEq for CephDisk[src]
fn eq(&self, __arg_0: &CephDisk) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CephDisk) -> bool
This method tests for !=.
impl Decodable for CephDisk[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<CephDisk, __D::Error>
Deserialize a value using a Decoder.