struct ImportKey {
module_name: String,
name: String,
}Expand description
A key used by Wasm modules to identify the names of imports.
It consists of a module name and the name of the imported item itself.
Fields§
§module_name: String§name: StringTrait Implementations§
Source§impl Ord for ImportKey
impl Ord for ImportKey
Source§impl PartialOrd for ImportKey
impl PartialOrd for ImportKey
impl Eq for ImportKey
impl StructuralPartialEq for ImportKey
Auto Trait Implementations§
impl Freeze for ImportKey
impl RefUnwindSafe for ImportKey
impl Send for ImportKey
impl Sync for ImportKey
impl Unpin for ImportKey
impl UnwindSafe for ImportKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more