Enum qapi_qmp::SheepdogRedundancyType [−][src]
pub enum SheepdogRedundancyType {
full,
erasure_coded,
}Variants
fullerasure_coded
Trait Implementations
impl Debug for SheepdogRedundancyType[src]
impl Debug for SheepdogRedundancyTypefn 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 SheepdogRedundancyType[src]
impl Clone for SheepdogRedundancyTypefn clone(&self) -> SheepdogRedundancyType[src]
fn clone(&self) -> SheepdogRedundancyTypeReturns 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 SheepdogRedundancyType
impl Send for SheepdogRedundancyTypeimpl Sync for SheepdogRedundancyType
impl Sync for SheepdogRedundancyType