Struct qapi_parser::spec::PragmaDocRequired [−][src]
pub struct PragmaDocRequired {
pub doc_required: bool,
}Fields
doc_required: bool
Trait Implementations
impl Debug for PragmaDocRequired[src]
impl Debug for PragmaDocRequiredfn 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 PragmaDocRequired[src]
impl Clone for PragmaDocRequiredfn clone(&self) -> PragmaDocRequired[src]
fn clone(&self) -> PragmaDocRequiredReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for PragmaDocRequired
impl Send for PragmaDocRequiredimpl Sync for PragmaDocRequired
impl Sync for PragmaDocRequired