pub struct ServerMetrics {
pub tool_list_requests: AtomicU64,
pub tool_call_requests: AtomicU64,
pub admin_requests: AtomicU64,
pub unauthorized_requests: AtomicU64,
}Fields§
§tool_list_requests: AtomicU64§tool_call_requests: AtomicU64§admin_requests: AtomicU64Trait Implementations§
Source§impl Debug for ServerMetrics
impl Debug for ServerMetrics
Source§impl Default for ServerMetrics
impl Default for ServerMetrics
Source§fn default() -> ServerMetrics
fn default() -> ServerMetrics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ServerMetrics
impl RefUnwindSafe for ServerMetrics
impl Send for ServerMetrics
impl Sync for ServerMetrics
impl Unpin for ServerMetrics
impl UnsafeUnpin for ServerMetrics
impl UnwindSafe for ServerMetrics
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