Struct qapi_qmp::DriveBackup [−][src]
pub struct DriveBackup {
pub job_id: Option<String>,
pub device: String,
pub format: Option<String>,
pub mode: Option<NewImageMode>,
pub auto_dismiss: Option<bool>,
pub on_source_error: Option<BlockdevOnError>,
pub speed: Option<isize>,
pub bitmap: Option<String>,
pub target: String,
pub auto_finalize: Option<bool>,
pub sync: MirrorSyncMode,
pub on_target_error: Option<BlockdevOnError>,
pub compress: Option<bool>,
}Fields
job_id: Option<String>
device: String
format: Option<String>
mode: Option<NewImageMode>
auto_dismiss: Option<bool>
on_source_error: Option<BlockdevOnError>
speed: Option<isize>
bitmap: Option<String>
target: String
auto_finalize: Option<bool>
sync: MirrorSyncMode
on_target_error: Option<BlockdevOnError>
compress: Option<bool>
Trait Implementations
impl Debug for DriveBackup[src]
impl Debug for DriveBackupfn 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 DriveBackup[src]
impl Clone for DriveBackupfn clone(&self) -> DriveBackup[src]
fn clone(&self) -> DriveBackupReturns 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
Auto Trait Implementations
impl Send for DriveBackup
impl Send for DriveBackupimpl Sync for DriveBackup
impl Sync for DriveBackup