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