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