Enum qapi_qmp::BlockdevOnError[][src]

pub enum BlockdevOnError {
    report,
    ignore,
    enospc,
    stop,
    auto,
}

Variants

Trait Implementations

impl Debug for BlockdevOnError
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOnError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOnError

impl Sync for BlockdevOnError