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 DumpQueryResultfn 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 DumpQueryResult[src]
impl Clone for DumpQueryResultfn clone(&self) -> DumpQueryResult[src]
fn clone(&self) -> DumpQueryResultReturns 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 DumpQueryResultimpl Sync for DumpQueryResult
impl Sync for DumpQueryResult