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