Struct Include
qapi_parser::spec
pub struct Include { pub include: String, }
include: String
impl Debug for Include
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for Include
fn clone(&self) -> Include
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 Include
impl Sync for Include