Struct qapi_qmp::blockdev_reopen
source · [−]pub struct blockdev_reopen {
pub options: Vec<BlockdevOptions>,
}Fields
options: Vec<BlockdevOptions>Trait Implementations
sourceimpl Clone for blockdev_reopen
impl Clone for blockdev_reopen
sourcefn clone(&self) -> blockdev_reopen
fn clone(&self) -> blockdev_reopen
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_reopen
impl Command for blockdev_reopen
sourceimpl Debug for blockdev_reopen
impl Debug for blockdev_reopen
sourceimpl<'de> Deserialize<'de> for blockdev_reopen
impl<'de> Deserialize<'de> for blockdev_reopen
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_reopen
impl Serialize for blockdev_reopen
impl QmpCommand for blockdev_reopen
Auto Trait Implementations
impl RefUnwindSafe for blockdev_reopen
impl Send for blockdev_reopen
impl Sync for blockdev_reopen
impl Unpin for blockdev_reopen
impl UnwindSafe for blockdev_reopen
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