Struct qapi_qmp::DUMP_COMPLETED[][src]

pub struct DUMP_COMPLETED {
    pub error: Option<String>,
    pub result: DumpQueryResult,
}

Fields

Trait Implementations

impl Debug for DUMP_COMPLETED
[src]

Formats the value using the given formatter. Read more

impl Clone for DUMP_COMPLETED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for DUMP_COMPLETED
[src]

NAME: &'static str = "DUMP_COMPLETED"

Auto Trait Implementations

impl Send for DUMP_COMPLETED

impl Sync for DUMP_COMPLETED