Struct qapi_qmp::drive_backup[][src]

pub struct drive_backup(pub DriveBackup);

Trait Implementations

impl Debug for drive_backup
[src]

Formats the value using the given formatter. Read more

impl Clone for drive_backup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for drive_backup
[src]

NAME: &'static str = "drive-backup"

Auto Trait Implementations

impl Send for drive_backup

impl Sync for drive_backup