Struct qapi_parser::spec::Union[][src]

pub struct Union {
    pub id: String,
    pub discriminator: Option<String>,
    pub data: Data,
}

Fields

Trait Implementations

impl Debug for Union
[src]

Formats the value using the given formatter. Read more

impl Clone for Union
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Union

impl Sync for Union