Struct qapi_qmp::migrate_recover[][src]

pub struct migrate_recover {
    pub uri: String,
}

Fields

Trait Implementations

impl Debug for migrate_recover
[src]

Formats the value using the given formatter. Read more

impl Clone for migrate_recover
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for migrate_recover
[src]

NAME: &'static str = "migrate-recover"

Auto Trait Implementations

impl Send for migrate_recover

impl Sync for migrate_recover