Struct witx::ModuleImport [−][src]
pub struct ModuleImport {
pub name: Id,
pub variant: ModuleImportVariant,
pub docs: String,
}
Fields
name: Id
variant: ModuleImportVariant
docs: String
Implementations
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 RefUnwindSafe for ModuleImport
impl Send for ModuleImport
impl Sync for ModuleImport
impl Unpin for ModuleImport
impl UnwindSafe for ModuleImport
Blanket Implementations
Mutably borrows from an owned value. Read more