Struct witx::parser::TopLevelDocument [−][src]
pub struct TopLevelDocument<'a> {
pub items: Vec<Documented<'a, TopLevelSyntax<'a>>>,
}Fields
items: Vec<Documented<'a, TopLevelSyntax<'a>>>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for TopLevelDocument<'a>
impl<'a> Send for TopLevelDocument<'a>
impl<'a> Sync for TopLevelDocument<'a>
impl<'a> Unpin for TopLevelDocument<'a>
impl<'a> UnwindSafe for TopLevelDocument<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more