pub struct NotLessThan<'i, const N: i8>(/* private fields */);Expand description
A term expected to be positive was not.
Trait Implementations§
Source§impl<'i, const N: i8> Clone for NotLessThan<'i, N>
impl<'i, const N: i8> 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: i8> Debug for NotLessThan<'i, N>
impl<'i, const N: i8> Debug for NotLessThan<'i, N>
Source§impl<const N: i8> Display for NotLessThan<'_, N>
impl<const N: i8> Display for NotLessThan<'_, N>
Source§impl<'i, const N: i8> Hash for NotLessThan<'i, N>
impl<'i, const N: i8> Hash for NotLessThan<'i, N>
Source§impl<'i, const N: i8> Ord for NotLessThan<'i, N>
impl<'i, const N: i8> 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: i8> PartialEq for NotLessThan<'i, N>
impl<'i, const N: i8> PartialEq for NotLessThan<'i, N>
Source§impl<'i, const N: i8> PartialOrd for NotLessThan<'i, N>
impl<'i, const N: i8> PartialOrd for NotLessThan<'i, N>
impl<'i, const N: i8> Copy for NotLessThan<'i, N>
impl<'i, const N: i8> Eq for NotLessThan<'i, N>
impl<'i, const N: i8> StructuralPartialEq for NotLessThan<'i, N>
Auto Trait Implementations§
impl<'i, const N: i8> Freeze for NotLessThan<'i, N>
impl<'i, const N: i8> RefUnwindSafe for NotLessThan<'i, N>
impl<'i, const N: i8> Send for NotLessThan<'i, N>
impl<'i, const N: i8> Sync for NotLessThan<'i, N>
impl<'i, const N: i8> Unpin for NotLessThan<'i, N>
impl<'i, const N: i8> 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