Struct qapi_qmp::blockdev_close_tray
source · [−]Fields
device: Option<String>👎Deprecated
id: Option<String>Trait Implementations
sourceimpl Clone for blockdev_close_tray
impl Clone for blockdev_close_tray
sourcefn clone(&self) -> blockdev_close_tray
fn clone(&self) -> blockdev_close_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_close_tray
impl Command for blockdev_close_tray
sourceimpl Debug for blockdev_close_tray
impl Debug for blockdev_close_tray
sourceimpl<'de> Deserialize<'de> for blockdev_close_tray
impl<'de> Deserialize<'de> for blockdev_close_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_close_tray
impl Serialize for blockdev_close_tray
impl QmpCommand for blockdev_close_tray
Auto Trait Implementations
impl RefUnwindSafe for blockdev_close_tray
impl Send for blockdev_close_tray
impl Sync for blockdev_close_tray
impl Unpin for blockdev_close_tray
impl UnwindSafe for blockdev_close_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