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