Struct qapi_parser::spec::Event[][src]

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

Fields

Trait Implementations

impl Debug for Event
[src]

Formats the value using the given formatter. Read more

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event