Struct qapi_qmp::MIGRATION [−][src]
pub struct MIGRATION {
pub status: MigrationStatus,
}Fields
status: MigrationStatus
Trait Implementations
impl Debug for MIGRATION[src]
impl Debug for MIGRATIONfn 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 MIGRATION[src]
impl Clone for MIGRATIONfn clone(&self) -> MIGRATION[src]
fn clone(&self) -> MIGRATIONReturns 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
impl Event for MIGRATION[src]
impl Event for MIGRATION