Enum witx::parser::ModuleDeclSyntax [−][src]
pub enum ModuleDeclSyntax<'a> {
Import(ModuleImportSyntax<'a>),
Func(InterfaceFuncSyntax<'a>),
}
Variants
Import(ModuleImportSyntax<'a>)
Tuple Fields of Import
0: ModuleImportSyntax<'a>
Func(InterfaceFuncSyntax<'a>)
Tuple Fields of Func
0: InterfaceFuncSyntax<'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 ModuleDeclSyntax<'a>
impl<'a> Send for ModuleDeclSyntax<'a>
impl<'a> Sync for ModuleDeclSyntax<'a>
impl<'a> Unpin for ModuleDeclSyntax<'a>
impl<'a> UnwindSafe for ModuleDeclSyntax<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more