pub struct HasScaleOf {
pub expected_scale: i64,
}Fields§
§expected_scale: i64Trait Implementations§
Source§impl<S> Expectation<S> for HasScaleOfwhere
S: DecimalProperties + Debug,
impl<S> Expectation<S> for HasScaleOfwhere
S: DecimalProperties + Debug,
impl Invertible for HasScaleOf
Auto Trait Implementations§
impl Freeze for HasScaleOf
impl RefUnwindSafe for HasScaleOf
impl Send for HasScaleOf
impl Sync for HasScaleOf
impl Unpin for HasScaleOf
impl UnwindSafe for HasScaleOf
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