pub struct I8Lt<const N: i8>;Expand description
Checks whether the given value is less than N.
Trait Implementations§
Source§impl<const N: i8> Ord for I8Lt<N>
impl<const N: i8> Ord for I8Lt<N>
Source§impl<const N: i8> PartialOrd for I8Lt<N>
impl<const N: i8> PartialOrd for I8Lt<N>
Source§impl<const N: i8> Predicate<i8> for I8Lt<N>
impl<const N: i8> Predicate<i8> for I8Lt<N>
impl<const N: i8> Copy for I8Lt<N>
impl<const N: i8> Eq for I8Lt<N>
impl<const N: i8> StructuralPartialEq for I8Lt<N>
Auto Trait Implementations§
impl<const N: i8> Freeze for I8Lt<N>
impl<const N: i8> RefUnwindSafe for I8Lt<N>
impl<const N: i8> Send for I8Lt<N>
impl<const N: i8> Sync for I8Lt<N>
impl<const N: i8> Unpin for I8Lt<N>
impl<const N: i8> UnwindSafe for I8Lt<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