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
detach: Option<bool>
uri: String
inc: Option<bool>
blk: Option<bool>
resume: Option<bool>
Trait Implementations
impl Debug for migrate[src]
impl Debug for migratefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for migrate[src]
impl Clone for migratefn clone(&self) -> migrate[src]
fn clone(&self) -> migrateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Command for migrate[src]
impl Command for migrate