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