pub enum DecreaseProof {
NatAbsCountdown,
}Expand description
Symmetric marker for the decreasing measure.
Variants§
NatAbsCountdown
natAbs(p - 1) < natAbs(p) under p ≥ 0 ∧ p ≠ 0.
Trait Implementations§
Source§impl Clone for DecreaseProof
impl Clone for DecreaseProof
Source§fn clone(&self) -> DecreaseProof
fn clone(&self) -> DecreaseProof
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DecreaseProof
impl RefUnwindSafe for DecreaseProof
impl Send for DecreaseProof
impl Sync for DecreaseProof
impl Unpin for DecreaseProof
impl UnsafeUnpin for DecreaseProof
impl UnwindSafe for DecreaseProof
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