pub struct OnMCPCall {
pub method: String,
}Expand description
Canonical observe-only MCP call event.
Fields§
§method: StringMCP method or operation name.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnMCPCall
impl RefUnwindSafe for OnMCPCall
impl Send for OnMCPCall
impl Sync for OnMCPCall
impl Unpin for OnMCPCall
impl UnsafeUnpin for OnMCPCall
impl UnwindSafe for OnMCPCall
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