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