pub struct HookSystem { /* private fields */ }Implementations§
Source§impl HookSystem
impl HookSystem
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HookSystem
impl RefUnwindSafe for HookSystem
impl Send for HookSystem
impl Sync for HookSystem
impl Unpin for HookSystem
impl UnsafeUnpin for HookSystem
impl UnwindSafe for HookSystem
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