Enum qapi_qmp::CommandDropReason [−][src]
pub enum CommandDropReason {
queue_full,
}Variants
queue_full
Trait Implementations
impl Debug for CommandDropReason[src]
impl Debug for CommandDropReasonfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for CommandDropReason[src]
impl Clone for CommandDropReasonfn clone(&self) -> CommandDropReason[src]
fn clone(&self) -> CommandDropReasonReturns 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 CommandDropReasonimpl Sync for CommandDropReason
impl Sync for CommandDropReason