Struct parse_qapi::Union [] [src]

pub struct Union {
    pub name: String,
    pub discriminator: JsonValue,
    pub data: JsonValue,
}

Fields

Methods

impl Union
[src]

Trait Implementations

impl Debug for Union
[src]

Formats the value using the given formatter.

impl PartialEq for Union
[src]

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

This method tests for !=.