pub struct IncrMetricOp;Expand description
Marker struct for dispatch_table TypeId keying.
Auto Trait Implementations§
impl Freeze for IncrMetricOp
impl RefUnwindSafe for IncrMetricOp
impl Send for IncrMetricOp
impl Sync for IncrMetricOp
impl Unpin for IncrMetricOp
impl UnsafeUnpin for IncrMetricOp
impl UnwindSafe for IncrMetricOp
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