Struct parse_qapi::Section [] [src]

pub struct Section {
    pub description: Vec<String>,
    pub qemu_type: QemuType,
}

Fields

description: Vec<String> qemu_type: QemuType

Trait Implementations

impl PartialEq for Section
[src]

fn eq(&self, __arg_0: &Section) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Section) -> bool

This method tests for !=.

impl Eq for Section
[src]

impl Debug for Section
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.