Struct qapi_qmp::migrate[][src]

pub struct migrate {
    pub detach: Option<bool>,
    pub uri: String,
    pub inc: Option<bool>,
    pub blk: Option<bool>,
    pub resume: Option<bool>,
}

Fields

Trait Implementations

impl Debug for migrate
[src]

Formats the value using the given formatter. Read more

impl Clone for migrate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for migrate
[src]

NAME: &'static str = "migrate"

Auto Trait Implementations

impl Send for migrate

impl Sync for migrate