Struct qapi_qmp::blockdev_open_tray
source · [−]pub struct blockdev_open_tray {
pub device: Option<String>,
pub force: Option<bool>,
pub id: Option<String>,
}Fields
device: Option<String>👎Deprecated
force: Option<bool>id: Option<String>Trait Implementations
sourceimpl Clone for blockdev_open_tray
impl Clone for blockdev_open_tray
sourcefn clone(&self) -> blockdev_open_tray
fn clone(&self) -> blockdev_open_tray
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Command for blockdev_open_tray
impl Command for blockdev_open_tray
sourceimpl Debug for blockdev_open_tray
impl Debug for blockdev_open_tray
sourceimpl<'de> Deserialize<'de> for blockdev_open_tray
impl<'de> Deserialize<'de> for blockdev_open_tray
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for blockdev_open_tray
impl Serialize for blockdev_open_tray
impl QmpCommand for blockdev_open_tray
Auto Trait Implementations
impl RefUnwindSafe for blockdev_open_tray
impl Send for blockdev_open_tray
impl Sync for blockdev_open_tray
impl Unpin for blockdev_open_tray
impl UnwindSafe for blockdev_open_tray
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more