Struct qapi_parser::spec::Include[][src]

pub struct Include {
    pub include: String,
}

Fields

Trait Implementations

impl Debug for Include
[src]

Formats the value using the given formatter. Read more

impl Clone for Include
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Include

impl Sync for Include