pub struct DefaultInterceptor;Expand description
Default interceptor: capture everything.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultInterceptor
impl RefUnwindSafe for DefaultInterceptor
impl Send for DefaultInterceptor
impl Sync for DefaultInterceptor
impl Unpin for DefaultInterceptor
impl UnsafeUnpin for DefaultInterceptor
impl UnwindSafe for DefaultInterceptor
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