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