Struct qapi_qmp::netdev_del [−][src]
pub struct netdev_del {
pub id: String,
}Fields
id: String
Trait Implementations
impl Debug for netdev_del[src]
impl Debug for netdev_delfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for netdev_del[src]
impl Clone for netdev_delfn clone(&self) -> netdev_del[src]
fn clone(&self) -> netdev_delReturns 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 netdev_del[src]
impl Command for netdev_delAuto Trait Implementations
impl Send for netdev_del
impl Send for netdev_delimpl Sync for netdev_del
impl Sync for netdev_del