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