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§
Source§impl Clone for blockdev_open_tray
impl Clone for blockdev_open_tray
Source§fn clone(&self) -> blockdev_open_tray
fn clone(&self) -> blockdev_open_tray
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Command for blockdev_open_tray
impl Command for blockdev_open_tray
Source§impl Debug for blockdev_open_tray
impl Debug for blockdev_open_tray
Source§impl<'de> Deserialize<'de> for blockdev_open_tray
impl<'de> Deserialize<'de> for blockdev_open_tray
Source§fn 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
Source§impl Serialize for blockdev_open_tray
impl Serialize for blockdev_open_tray
impl QmpCommand for blockdev_open_tray
Auto Trait Implementations§
impl Freeze for blockdev_open_tray
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more