Struct qapi_qmp::migrate_start_postcopy[][src]

pub struct migrate_start_postcopy {}

Trait Implementations

impl Debug for migrate_start_postcopy
[src]

Formats the value using the given formatter. Read more

impl Clone for migrate_start_postcopy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for migrate_start_postcopy
[src]

NAME: &'static str = "migrate-start-postcopy"

Auto Trait Implementations