pub struct ConstraintNot<P>(pub P);Expand description
Logical complement of an executable/specification predicate.
Tuple Fields§
§0: PTrait Implementations§
Source§impl<P: Clone> Clone for ConstraintNot<P>
impl<P: Clone> Clone for ConstraintNot<P>
Source§impl<T: DeepView, P: Pred<T>> Pred<T> for ConstraintNot<P>
impl<T: DeepView, P: Pred<T>> Pred<T> for ConstraintNot<P>
Source§impl<T, P: SpecPred<T>> SpecPred<T> for ConstraintNot<P>
impl<T, P: SpecPred<T>> SpecPred<T> for ConstraintNot<P>
impl<P: Copy> Copy for ConstraintNot<P>
Auto Trait Implementations§
impl<P> Freeze for ConstraintNot<P>where
P: Freeze,
impl<P> RefUnwindSafe for ConstraintNot<P>where
P: RefUnwindSafe,
impl<P> Send for ConstraintNot<P>where
P: Send,
impl<P> Sync for ConstraintNot<P>where
P: Sync,
impl<P> Unpin for ConstraintNot<P>where
P: Unpin,
impl<P> UnsafeUnpin for ConstraintNot<P>where
P: UnsafeUnpin,
impl<P> UnwindSafe for ConstraintNot<P>where
P: UnwindSafe,
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