Trait libp2p::multihash::typenum::type_operators::IsNotEqual [−][src]
pub trait IsNotEqual<Rhs = Self> { type Output: Bit; pub fn is_not_equal(self, rhs: Rhs) -> Self::Output; }
A type operator that returns True
if Self != Rhs
, otherwise returns False
.
Associated Types
Loading content...Required methods
pub fn is_not_equal(self, rhs: Rhs) -> Self::Output
[src]
Method returning True
or False
.
Implementors
impl<A, B> IsNotEqual<B> for A where
A: Cmp<B> + IsNotEqualPrivate<B, <A as Cmp<B>>::Output>,
[src]
impl<A, B> IsNotEqual<B> for A where
A: Cmp<B> + IsNotEqualPrivate<B, <A as Cmp<B>>::Output>,
[src]