pub enum ModuleArg {
Instance(u32),
}
Expand description
Represents an argument to a module instantiation.
Variants§
Trait Implementations§
impl Copy for ModuleArg
Available on crate feature
component-model
only.impl Eq for ModuleArg
Available on crate feature
component-model
only.impl StructuralPartialEq for ModuleArg
Available on crate feature
component-model
only.Auto Trait Implementations§
impl Freeze for ModuleArg
impl RefUnwindSafe for ModuleArg
impl Send for ModuleArg
impl Sync for ModuleArg
impl Unpin for ModuleArg
impl UnwindSafe for ModuleArg
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