pub struct HookManager { /* private fields */ }Expand description
钩子管理器
Implementations§
Source§impl HookManager
impl HookManager
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for HookManager
impl !RefUnwindSafe for HookManager
impl !UnwindSafe for HookManager
impl Send for HookManager
impl Sync for HookManager
impl Unpin for HookManager
impl UnsafeUnpin for HookManager
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