Struct qapi_qmp::migrate_cancel [] [src]

pub struct migrate_cancel {}

Trait Implementations

impl Debug for migrate_cancel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for migrate_cancel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Command for migrate_cancel
[src]

NAME: &'static str = "migrate_cancel"

Auto Trait Implementations