Struct witx::parser::ModuleSyntax [−][src]
pub struct ModuleSyntax<'a> {
pub name: Id<'a>,
pub decls: Vec<Documented<'a, ModuleDeclSyntax<'a>>>,
}
Fields
name: Id<'a>
decls: Vec<Documented<'a, ModuleDeclSyntax<'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 ModuleSyntax<'a>
impl<'a> Send for ModuleSyntax<'a>
impl<'a> Sync for ModuleSyntax<'a>
impl<'a> Unpin for ModuleSyntax<'a>
impl<'a> UnwindSafe for ModuleSyntax<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more