pub struct ToolStat {
pub calls: u64,
pub input_bytes: u64,
pub server: Option<String>,
}Fields§
§calls: u64§input_bytes: u64§server: Option<String>MCP server, when the tool name carries one (mcp__<server>__...).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ToolStat
impl RefUnwindSafe for ToolStat
impl Send for ToolStat
impl Sync for ToolStat
impl Unpin for ToolStat
impl UnsafeUnpin for ToolStat
impl UnwindSafe for ToolStat
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