Enum qapi_qmp::CommandDropReason [−][src]
pub enum CommandDropReason { queue_full, }
Variants
queue_full
Trait Implementations
impl Debug for CommandDropReason
[src]
impl Debug for CommandDropReason
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for CommandDropReason
[src]
impl Clone for CommandDropReason
fn clone(&self) -> CommandDropReason
[src]
fn clone(&self) -> CommandDropReason
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for CommandDropReason
impl Send for CommandDropReason
impl Sync for CommandDropReason
impl Sync for CommandDropReason