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 migrate
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for migrate
[src]
impl Clone for migrate
fn clone(&self) -> migrate
[src]
fn clone(&self) -> migrate
Returns 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