pub struct Metric {
value: f64,
noise: f64,
}
🔬This is a nightly-only experimental API. (
test
)Fields§
§value: f64
🔬This is a nightly-only experimental API. (
§test
)noise: f64
🔬This is a nightly-only experimental API. (
test
)Implementations§
Trait Implementations§
source§impl PartialEq<Metric> for Metric
impl PartialEq<Metric> for Metric
impl Copy for Metric
impl StructuralPartialEq for Metric
Auto Trait Implementations§
impl RefUnwindSafe for Metric
impl Send for Metric
impl Sync for Metric
impl Unpin for Metric
impl UnwindSafe for Metric
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