Struct qapi_qmp::chardev_remove [−][src]
pub struct chardev_remove {
pub id: String,
}Fields
id: String
Trait Implementations
impl Debug for chardev_remove[src]
impl Debug for chardev_removefn 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 chardev_remove[src]
impl Clone for chardev_removefn clone(&self) -> chardev_remove[src]
fn clone(&self) -> chardev_removeReturns 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 chardev_remove[src]
impl Command for chardev_removeAuto Trait Implementations
impl Send for chardev_remove
impl Send for chardev_removeimpl Sync for chardev_remove
impl Sync for chardev_remove