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