Struct qapi_qmp::blockdev_open_tray [−][src]
pub struct blockdev_open_tray {
pub device: Option<String>,
pub id: Option<String>,
pub force: Option<bool>,
}Fields
device: Option<String>
id: Option<String>
force: Option<bool>
Trait Implementations
impl Debug for blockdev_open_tray[src]
impl Debug for blockdev_open_trayfn 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 blockdev_open_tray[src]
impl Clone for blockdev_open_trayfn clone(&self) -> blockdev_open_tray[src]
fn clone(&self) -> blockdev_open_trayReturns 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 blockdev_open_tray[src]
impl Command for blockdev_open_trayAuto Trait Implementations
impl Send for blockdev_open_tray
impl Send for blockdev_open_trayimpl Sync for blockdev_open_tray
impl Sync for blockdev_open_tray