pub struct Equal<const N: u32> { /* private fields */ }Expand description
Checks whether the given value is equal to N.
Trait Implementations§
Auto Trait Implementations§
impl<const N: u32> Freeze for Equal<N>
impl<const N: u32> RefUnwindSafe for Equal<N>
impl<const N: u32> Send for Equal<N>
impl<const N: u32> Sync for Equal<N>
impl<const N: u32> Unpin for Equal<N>
impl<const N: u32> UnsafeUnpin for Equal<N>
impl<const N: u32> UnwindSafe for Equal<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
Source§impl<T, P> PredicateExpected<T> for P
impl<T, P> PredicateExpected<T> for P
Source§fn expected() -> Expected<T, Self>
fn expected() -> Expected<T, Self>
Returns the
Expected<T, Self> value used for formatting.