pub enum ResourceIntrinsic {
ImportedDrop,
ExportedDrop,
ExportedNew,
ExportedRep,
}
Expand description
Intrinsic definitions to go with WasmImport::ResourceIntrinsic
which
also goes with Resolve::wasm_import_name
.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResourceIntrinsic
impl RefUnwindSafe for ResourceIntrinsic
impl Send for ResourceIntrinsic
impl Sync for ResourceIntrinsic
impl Unpin for ResourceIntrinsic
impl UnwindSafe for ResourceIntrinsic
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