Enum qapi_qmp::BlockDeviceIoStatus[][src]

pub enum BlockDeviceIoStatus {
    ok,
    failed,
    nospace,
}

Variants

Trait Implementations

impl Debug for BlockDeviceIoStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockDeviceIoStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockDeviceIoStatus

impl Sync for BlockDeviceIoStatus