Enum qapi_qmp::SheepdogRedundancy [−][src]
pub enum SheepdogRedundancy {
erasure_coded {
erasure_coded: SheepdogRedundancyErasureCoded,
},
full {
full: SheepdogRedundancyFull,
},
}Variants
erasure_codedFields of erasure_coded
erasure_coded: SheepdogRedundancyErasureCoded |
fullFields of full
full: SheepdogRedundancyFull |
Methods
impl SheepdogRedundancy[src]
impl SheepdogRedundancypub fn type_(&self) -> SheepdogRedundancyType[src]
pub fn type_(&self) -> SheepdogRedundancyTypeTrait Implementations
impl Debug for SheepdogRedundancy[src]
impl Debug for SheepdogRedundancyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for SheepdogRedundancy[src]
impl Clone for SheepdogRedundancyfn clone(&self) -> SheepdogRedundancy[src]
fn clone(&self) -> SheepdogRedundancyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for SheepdogRedundancy
impl Send for SheepdogRedundancyimpl Sync for SheepdogRedundancy
impl Sync for SheepdogRedundancy