Struct qapi_parser::spec::Enum
[−]
[src]
pub struct Enum {
pub id: String,
pub data: Vec<String>,
}Fields
id: String
data: Vec<String>
Trait Implementations
impl Debug for Enum[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more