Struct qapi_parser::spec::Include [−][src]
pub struct Include {
pub include: String,
}Fields
include: String
Trait Implementations
impl Debug for Include[src]
impl Debug for Includefn 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 Include[src]
impl Clone for Include