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