pub struct IsInteger;Trait Implementations§
Source§impl<S> Expectation<S> for IsIntegerwhere
S: DecimalProperties + Debug,
impl<S> Expectation<S> for IsIntegerwhere
S: DecimalProperties + Debug,
Auto Trait Implementations§
impl Freeze for IsInteger
impl RefUnwindSafe for IsInteger
impl Send for IsInteger
impl Sync for IsInteger
impl Unpin for IsInteger
impl UnwindSafe for IsInteger
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