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