pub struct Lt<const N: usize>;Expand description
Checks whether the given value has length less than N.
Trait Implementations§
Source§impl<const N: usize> Ord for Lt<N>
impl<const N: usize> Ord for Lt<N>
Source§impl<const N: usize> PartialOrd for Lt<N>
impl<const N: usize> PartialOrd for Lt<N>
Source§impl<const N: usize, T: HasLength + ?Sized> Predicate<T> for Lt<N>
impl<const N: usize, T: HasLength + ?Sized> Predicate<T> for Lt<N>
impl<const N: usize> Copy for Lt<N>
impl<const N: usize> Eq for Lt<N>
impl<const N: usize> StructuralPartialEq for Lt<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for Lt<N>
impl<const N: usize> RefUnwindSafe for Lt<N>
impl<const N: usize> Send for Lt<N>
impl<const N: usize> Sync for Lt<N>
impl<const N: usize> Unpin for Lt<N>
impl<const N: usize> UnwindSafe for Lt<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