Struct qapi_parser::spec::Alternate[][src]

pub struct Alternate {
    pub id: String,
    pub data: Data,
}

Fields

Trait Implementations

impl Debug for Alternate
[src]

Formats the value using the given formatter. Read more

impl Clone for Alternate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Alternate

impl Sync for Alternate