Struct wasm::execution::hooks::EmptyHookSet
source · pub struct EmptyHookSet;
Expand description
Default implementation of a hookset, with all hooks empty
Trait Implementations§
source§impl Default for EmptyHookSet
impl Default for EmptyHookSet
source§fn default() -> EmptyHookSet
fn default() -> EmptyHookSet
Returns the “default value” for a type. Read more
source§impl HookSet for EmptyHookSet
impl HookSet for EmptyHookSet
Auto Trait Implementations§
impl RefUnwindSafe for EmptyHookSet
impl Send for EmptyHookSet
impl Sync for EmptyHookSet
impl Unpin for EmptyHookSet
impl UnwindSafe for EmptyHookSet
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