Struct parse_qapi::Union
[−]
[src]
pub struct Union {
pub name: String,
pub discriminator: Option<String>,
pub data: Vec<(String, String)>,
}Fields
name: String
discriminator: Option<String>
data: Vec<(String, String)>
Trait Implementations
impl PartialEq for Union[src]
fn eq(&self, __arg_0: &Union) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Union) -> bool
This method tests for !=.