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