pub struct MetricsInfo { /* private fields */ }
Trait Implementations§
Source§impl Default for MetricsInfo
impl Default for MetricsInfo
Source§fn default() -> MetricsInfo
fn default() -> MetricsInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MetricsInfo
impl RefUnwindSafe for MetricsInfo
impl Send for MetricsInfo
impl Sync for MetricsInfo
impl Unpin for MetricsInfo
impl UnwindSafe for MetricsInfo
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