Struct witx::parser::ModuleImportSyntax [−][src]
pub struct ModuleImportSyntax<'a> {
pub name: &'a str,
pub name_loc: Span,
pub type_: ImportTypeSyntax,
}
Fields
name: &'a str
name_loc: Span
type_: ImportTypeSyntax
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ModuleImportSyntax<'a>
impl<'a> Send for ModuleImportSyntax<'a>
impl<'a> Sync for ModuleImportSyntax<'a>
impl<'a> Unpin for ModuleImportSyntax<'a>
impl<'a> UnwindSafe for ModuleImportSyntax<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more