pub struct I8Eq<const N: i8>;Expand description
Checks whether the given value is equal to N.
Trait Implementations§
Source§impl<const N: i8> Ord for I8Eq<N>
impl<const N: i8> Ord for I8Eq<N>
Source§impl<const N: i8> PartialOrd for I8Eq<N>
impl<const N: i8> PartialOrd for I8Eq<N>
Source§impl<const N: i8> Predicate<i8> for I8Eq<N>
impl<const N: i8> Predicate<i8> for I8Eq<N>
impl<const N: i8> Copy for I8Eq<N>
impl<const N: i8> Eq for I8Eq<N>
impl<const N: i8> StructuralPartialEq for I8Eq<N>
Auto Trait Implementations§
impl<const N: i8> Freeze for I8Eq<N>
impl<const N: i8> RefUnwindSafe for I8Eq<N>
impl<const N: i8> Send for I8Eq<N>
impl<const N: i8> Sync for I8Eq<N>
impl<const N: i8> Unpin for I8Eq<N>
impl<const N: i8> UnwindSafe for I8Eq<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