Enum qapi_qmp::ActionCompletionMode [−][src]
pub enum ActionCompletionMode {
individual,
grouped,
}Variants
individualgrouped
Trait Implementations
impl Debug for ActionCompletionMode[src]
impl Debug for ActionCompletionModefn 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 ActionCompletionMode[src]
impl Clone for ActionCompletionModefn clone(&self) -> ActionCompletionMode[src]
fn clone(&self) -> ActionCompletionModeReturns 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 ActionCompletionMode
impl Send for ActionCompletionModeimpl Sync for ActionCompletionMode
impl Sync for ActionCompletionMode