Struct qapi_qmp::MIGRATION[][src]

pub struct MIGRATION {
    pub status: MigrationStatus,
}

Fields

Trait Implementations

impl Debug for MIGRATION
[src]

Formats the value using the given formatter. Read more

impl Clone for MIGRATION
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for MIGRATION
[src]

NAME: &'static str = "MIGRATION"

Auto Trait Implementations

impl Send for MIGRATION

impl Sync for MIGRATION