Enum qapi_qmp::QapiErrorClass[][src]

pub enum QapiErrorClass {
    GenericError,
    CommandNotFound,
    DeviceNotActive,
    DeviceNotFound,
    KVMMissingCap,
}

Variants

Trait Implementations

impl Debug for QapiErrorClass
[src]

Formats the value using the given formatter. Read more

impl Clone for QapiErrorClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for QapiErrorClass

impl Sync for QapiErrorClass