pub struct MetricStat { /* private fields */ }Trait Implementations§
Source§impl Debug for MetricStat
impl Debug for MetricStat
Auto Trait Implementations§
impl Freeze for MetricStat
impl RefUnwindSafe for MetricStat
impl Send for MetricStat
impl Sync for MetricStat
impl Unpin for MetricStat
impl UnwindSafe for MetricStat
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