Struct parse_qapi::Event [] [src]

pub struct Event {
    pub name: String,
    pub data: JsonValue,
}

Fields

Methods

impl Event
[src]

Trait Implementations

impl Debug for Event
[src]

Formats the value using the given formatter.

impl PartialEq for Event
[src]

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

This method tests for !=.