pub struct HookId(/* private fields */);Expand description
Unique identifier for a registered hook.
Used to remove hooks via crate::Agent::remove_hook.
Trait Implementations§
impl Copy for HookId
impl Eq for HookId
impl StructuralPartialEq for HookId
Auto Trait Implementations§
impl Freeze for HookId
impl RefUnwindSafe for HookId
impl Send for HookId
impl Sync for HookId
impl Unpin for HookId
impl UnwindSafe for HookId
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