pub struct NotLessThan<'i, const N: i32>(/* private fields */);Expand description
A term expected to be positive was not.
Trait Implementations§
Source§impl<'i, const N: i32> Clone for NotLessThan<'i, N>
impl<'i, const N: i32> Clone for NotLessThan<'i, N>
Source§fn clone(&self) -> NotLessThan<'i, N>
fn clone(&self) -> NotLessThan<'i, N>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'i, const N: i32> Debug for NotLessThan<'i, N>
impl<'i, const N: i32> Debug for NotLessThan<'i, N>
Source§impl<const N: i32> Display for NotLessThan<'_, N>
impl<const N: i32> Display for NotLessThan<'_, N>
Source§impl<'i, const N: i32> Hash for NotLessThan<'i, N>
impl<'i, const N: i32> Hash for NotLessThan<'i, N>
Source§impl<'i, const N: i32> Ord for NotLessThan<'i, N>
impl<'i, const N: i32> Ord for NotLessThan<'i, N>
Source§fn cmp(&self, other: &NotLessThan<'i, N>) -> Ordering
fn cmp(&self, other: &NotLessThan<'i, N>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'i, const N: i32> PartialEq for NotLessThan<'i, N>
impl<'i, const N: i32> PartialEq for NotLessThan<'i, N>
Source§impl<'i, const N: i32> PartialOrd for NotLessThan<'i, N>
impl<'i, const N: i32> PartialOrd for NotLessThan<'i, N>
impl<'i, const N: i32> Copy for NotLessThan<'i, N>
impl<'i, const N: i32> Eq for NotLessThan<'i, N>
impl<'i, const N: i32> StructuralPartialEq for NotLessThan<'i, N>
Auto Trait Implementations§
impl<'i, const N: i32> Freeze for NotLessThan<'i, N>
impl<'i, const N: i32> RefUnwindSafe for NotLessThan<'i, N>
impl<'i, const N: i32> Send for NotLessThan<'i, N>
impl<'i, const N: i32> Sync for NotLessThan<'i, N>
impl<'i, const N: i32> Unpin for NotLessThan<'i, N>
impl<'i, const N: i32> UnwindSafe for NotLessThan<'i, N>
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