Struct qapi_qmp::migrate_start_postcopy [−][src]
pub struct migrate_start_postcopy {}Trait Implementations
impl Debug for migrate_start_postcopy[src]
impl Debug for migrate_start_postcopyfn 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_start_postcopy[src]
impl Clone for migrate_start_postcopyfn clone(&self) -> migrate_start_postcopy[src]
fn clone(&self) -> migrate_start_postcopyReturns 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_start_postcopy[src]
impl Command for migrate_start_postcopyAuto Trait Implementations
impl Send for migrate_start_postcopy
impl Send for migrate_start_postcopyimpl Sync for migrate_start_postcopy
impl Sync for migrate_start_postcopy