pub struct PassthroughInterceptor;Expand description
No-op interceptor — passes tool calls through unchanged.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PassthroughInterceptor
impl RefUnwindSafe for PassthroughInterceptor
impl Send for PassthroughInterceptor
impl Sync for PassthroughInterceptor
impl Unpin for PassthroughInterceptor
impl UnsafeUnpin for PassthroughInterceptor
impl UnwindSafe for PassthroughInterceptor
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