Struct qapi_qmp::qom_list[][src]

pub struct qom_list {
    pub path: String,
}

Fields

Trait Implementations

impl Debug for qom_list
[src]

Formats the value using the given formatter. Read more

impl Clone for qom_list
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for qom_list
[src]

NAME: &'static str = "qom-list"

Auto Trait Implementations

impl Send for qom_list

impl Sync for qom_list