Enum qapi_qmp::CommandDropReason[][src]

pub enum CommandDropReason {
    queue_full,
}

Variants

Trait Implementations

impl Debug for CommandDropReason
[src]

Formats the value using the given formatter. Read more

impl Clone for CommandDropReason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CommandDropReason

impl Sync for CommandDropReason