pub struct NoOpHook;Expand description
A no-op hook that passes all frames through unchanged.
Trait Implementations§
Source§impl ProxyHook for NoOpHook
impl ProxyHook for NoOpHook
Source§fn wants_control_mutation(&self) -> bool
fn wants_control_mutation(&self) -> bool
Whether this hook may rewrite control messages. Read more
Auto Trait Implementations§
impl Freeze for NoOpHook
impl RefUnwindSafe for NoOpHook
impl Send for NoOpHook
impl Sync for NoOpHook
impl Unpin for NoOpHook
impl UnsafeUnpin for NoOpHook
impl UnwindSafe for NoOpHook
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