Struct qapi_qmp::qom_list [−][src]
pub struct qom_list {
pub path: String,
}Fields
path: String
Trait Implementations
impl Debug for qom_list[src]
impl Debug for qom_listfn 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 qom_list[src]
impl Clone for qom_listfn clone(&self) -> qom_list[src]
fn clone(&self) -> qom_listReturns 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 qom_list[src]
impl Command for qom_list