Struct wasmtime_environ::wasmparser::Import [−][src]
pub struct Import<'a> {
pub module: &'a str,
pub field: Option<&'a str>,
pub ty: ImportSectionEntryType,
}Fields
module: &'a strfield: Option<&'a str>ty: ImportSectionEntryTypeTrait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Import<'a>
impl<'a> UnwindSafe for Import<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more