pub struct HasPrecisionOf {
pub expected_precision: u64,
}Fields§
§expected_precision: u64Trait Implementations§
Source§impl<S> Expectation<S> for HasPrecisionOfwhere
S: DecimalProperties + Debug,
impl<S> Expectation<S> for HasPrecisionOfwhere
S: DecimalProperties + Debug,
Auto Trait Implementations§
impl Freeze for HasPrecisionOf
impl RefUnwindSafe for HasPrecisionOf
impl Send for HasPrecisionOf
impl Sync for HasPrecisionOf
impl Unpin for HasPrecisionOf
impl UnwindSafe for HasPrecisionOf
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