Enum qapi_qmp::SheepdogRedundancy[][src]

pub enum SheepdogRedundancy {
    erasure_coded {
        erasure_coded: SheepdogRedundancyErasureCoded,
    },
    full {
        full: SheepdogRedundancyFull,
    },
}

Variants

Fields of erasure_coded

Fields of full

Methods

impl SheepdogRedundancy
[src]

Trait Implementations

impl Debug for SheepdogRedundancy
[src]

Formats the value using the given formatter. Read more

impl Clone for SheepdogRedundancy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SheepdogRedundancy

impl Sync for SheepdogRedundancy