Enum qapi_qmp::MirrorSyncMode[][src]

pub enum MirrorSyncMode {
    top,
    full,
    none,
    incremental,
}

Variants

Trait Implementations

impl Debug for MirrorSyncMode
[src]

Formats the value using the given formatter. Read more

impl Clone for MirrorSyncMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MirrorSyncMode

impl Sync for MirrorSyncMode