pub struct HookInstaller;Implementations§
Auto Trait Implementations§
impl Freeze for HookInstaller
impl RefUnwindSafe for HookInstaller
impl Send for HookInstaller
impl Sync for HookInstaller
impl Unpin for HookInstaller
impl UnwindSafe for HookInstaller
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