pub struct MessageInterceptor { /* private fields */ }Expand description
Interceptor for MCP messages.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageInterceptor
impl RefUnwindSafe for MessageInterceptor
impl Send for MessageInterceptor
impl Sync for MessageInterceptor
impl Unpin for MessageInterceptor
impl UnwindSafe for MessageInterceptor
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