pub struct InProcessHooks { /* private fields */ }Expand description
Lane 1 — in-process Rust hooks: the compiled-in registry that the shell adapter (lane 2) and any future third-party lane register against.
Implementations§
Trait Implementations§
Source§impl Default for InProcessHooks
impl Default for InProcessHooks
Source§fn default() -> InProcessHooks
fn default() -> InProcessHooks
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for InProcessHooks
impl !UnwindSafe for InProcessHooks
impl Freeze for InProcessHooks
impl Send for InProcessHooks
impl Sync for InProcessHooks
impl Unpin for InProcessHooks
impl UnsafeUnpin for InProcessHooks
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