Enum qapi_qmp::SheepdogRedundancyType[][src]

pub enum SheepdogRedundancyType {
    full,
    erasure_coded,
}

Variants

Trait Implementations

impl Debug for SheepdogRedundancyType
[src]

Formats the value using the given formatter. Read more

impl Clone for SheepdogRedundancyType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SheepdogRedundancyType

impl Sync for SheepdogRedundancyType