pub struct ToolMetrics { /* private fields */ }Expand description
Per-session tool execution metrics collector
Implementations§
Trait Implementations§
Source§impl Clone for ToolMetrics
impl Clone for ToolMetrics
Source§fn clone(&self) -> ToolMetrics
fn clone(&self) -> ToolMetrics
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ToolMetrics
impl Debug for ToolMetrics
Source§impl Default for ToolMetrics
impl Default for ToolMetrics
Source§fn default() -> ToolMetrics
fn default() -> ToolMetrics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ToolMetrics
impl RefUnwindSafe for ToolMetrics
impl Send for ToolMetrics
impl Sync for ToolMetrics
impl Unpin for ToolMetrics
impl UnsafeUnpin for ToolMetrics
impl UnwindSafe for ToolMetrics
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