pub enum WasmEffect {
Logger,
MountedBinary(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WasmEffect
impl RefUnwindSafe for WasmEffect
impl Send for WasmEffect
impl Sync for WasmEffect
impl Unpin for WasmEffect
impl UnwindSafe for WasmEffect
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