Struct qapi_qmp::query_migrate_parameters[][src]

pub struct query_migrate_parameters {}

Trait Implementations

impl Debug for query_migrate_parameters
[src]

Formats the value using the given formatter. Read more

impl Clone for query_migrate_parameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for query_migrate_parameters
[src]

NAME: &'static str = "query-migrate-parameters"

Auto Trait Implementations