Struct qapi_qmp::blockdev_del [−][src]
pub struct blockdev_del { pub node_name: String, }
Fields
node_name: String
Trait Implementations
impl Debug for blockdev_del
[src]
impl Debug for blockdev_del
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for blockdev_del
[src]
impl Clone for blockdev_del
fn clone(&self) -> blockdev_del
[src]
fn clone(&self) -> blockdev_del
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Command for blockdev_del
[src]
impl Command for blockdev_del
Auto Trait Implementations
impl Send for blockdev_del
impl Send for blockdev_del
impl Sync for blockdev_del
impl Sync for blockdev_del