pub struct HookRegistry;Expand description
Global hook registry — hooks are named by when they fire, not what they do.
Each hook detects context at runtime (maw repo, edict project, $AGENT) and outputs info accordingly, or exits silently.
Implementations§
Auto Trait Implementations§
impl Freeze for HookRegistry
impl RefUnwindSafe for HookRegistry
impl Send for HookRegistry
impl Sync for HookRegistry
impl Unpin for HookRegistry
impl UnsafeUnpin for HookRegistry
impl UnwindSafe for HookRegistry
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