Struct qapi_parser::spec::Union [−][src]
Fields
id: String
discriminator: Option<String>
data: Data
Trait Implementations
impl Debug for Union[src]
impl Debug for Unionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Union[src]
impl Clone for Union