pub struct LessOrEqual<const N: i64> { /* private fields */ }Expand description
Checks whether the given value is less than or equal to N.
Trait Implementations§
Auto Trait Implementations§
impl<const N: i64> Freeze for LessOrEqual<N>
impl<const N: i64> RefUnwindSafe for LessOrEqual<N>
impl<const N: i64> Send for LessOrEqual<N>
impl<const N: i64> Sync for LessOrEqual<N>
impl<const N: i64> Unpin for LessOrEqual<N>
impl<const N: i64> UnsafeUnpin for LessOrEqual<N>
impl<const N: i64> UnwindSafe for LessOrEqual<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
Source§impl<T, P> PredicateExpected<T> for P
impl<T, P> PredicateExpected<T> for P
Source§fn expected() -> Expected<T, Self>
fn expected() -> Expected<T, Self>
Returns the
Expected<T, Self> value used for formatting.