pub struct NoHooks;Expand description
The hook a caller who asked for nothing gets: WATCHING is false,
the type is zero-sized, and on has no body.
The default type parameter of hclient_native::Native, so the
no-hooks build is the one that needs no words to ask for.
Trait Implementations§
impl Copy for NoHooks
impl Eq for NoHooks
impl StructuralPartialEq for NoHooks
Auto Trait Implementations§
impl Freeze for NoHooks
impl RefUnwindSafe for NoHooks
impl Send for NoHooks
impl Sync for NoHooks
impl Unpin for NoHooks
impl UnsafeUnpin for NoHooks
impl UnwindSafe for NoHooks
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