Struct qapi_qmp::DumpQueryResult [−][src]
pub struct DumpQueryResult { pub status: DumpStatus, pub completed: isize, pub total: isize, }
Fields
status: DumpStatus
completed: isize
total: isize
Trait Implementations
impl Debug for DumpQueryResult
[src]
impl Debug for DumpQueryResult
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 DumpQueryResult
[src]
impl Clone for DumpQueryResult
fn clone(&self) -> DumpQueryResult
[src]
fn clone(&self) -> DumpQueryResult
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 DumpQueryResult
impl Send for DumpQueryResult
impl Sync for DumpQueryResult
impl Sync for DumpQueryResult