pub struct NopToolInterceptor;Expand description
No-op interceptor (default implementation)
Trait Implementations§
Source§impl Debug for NopToolInterceptor
impl Debug for NopToolInterceptor
Source§impl ToolInterceptor for NopToolInterceptor
impl ToolInterceptor for NopToolInterceptor
Auto Trait Implementations§
impl Freeze for NopToolInterceptor
impl RefUnwindSafe for NopToolInterceptor
impl Send for NopToolInterceptor
impl Sync for NopToolInterceptor
impl Unpin for NopToolInterceptor
impl UnsafeUnpin for NopToolInterceptor
impl UnwindSafe for NopToolInterceptor
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