Struct Struct
qapi_parser::spec
pub struct Struct { pub id: String, pub data: Data, }
id: String
data: Data
impl Debug for Struct
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for Struct
fn clone(&self) -> Struct
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Send for Struct
impl Sync for Struct