Struct parse_qapi::Struct [] [src]

pub struct Struct {
    pub name: String,
    pub fields: JsonValue,
    pub base: JsonValue,
}

Fields

Methods

impl Struct
[src]

Trait Implementations

impl Debug for Struct
[src]

Formats the value using the given formatter.

impl PartialEq for Struct
[src]

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

This method tests for !=.