Enum qapi_qmp::DumpStatus [−][src]
pub enum DumpStatus {
none,
active,
completed,
failed,
}Variants
noneactivecompletedfailed
Trait Implementations
impl Debug for DumpStatus[src]
impl Debug for DumpStatusfn 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 DumpStatus[src]
impl Clone for DumpStatusfn clone(&self) -> DumpStatus[src]
fn clone(&self) -> DumpStatusReturns 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 DumpStatus
impl Send for DumpStatusimpl Sync for DumpStatus
impl Sync for DumpStatus