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