pub struct ExactMatchMetric;Trait Implementations§
Source§impl Debug for ExactMatchMetric
impl Debug for ExactMatchMetric
Auto Trait Implementations§
impl Freeze for ExactMatchMetric
impl RefUnwindSafe for ExactMatchMetric
impl Send for ExactMatchMetric
impl Sync for ExactMatchMetric
impl Unpin for ExactMatchMetric
impl UnwindSafe for ExactMatchMetric
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