pub struct UnequalInt {}Trait Implementations§
Source§impl Clone for UnequalInt
impl Clone for UnequalInt
Source§fn clone(&self) -> UnequalInt
fn clone(&self) -> UnequalInt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<T: PartialEq<Rhs>, Rhs> ComparisonOperator<T, Rhs> for UnequalInt
impl<T: PartialEq<Rhs>, Rhs> ComparisonOperator<T, Rhs> for UnequalInt
Source§impl Debug for UnequalInt
impl Debug for UnequalInt
Source§impl<T: PartialEq<Rhs>, Rhs> UnequalOpr<T, Rhs> for UnequalInt
impl<T: PartialEq<Rhs>, Rhs> UnequalOpr<T, Rhs> for UnequalInt
Source§impl<T: SemiArithmetic + PartialEq<Rhs>, Rhs> UnequalOpr<T, Rhs> for UnequalInt
impl<T: SemiArithmetic + PartialEq<Rhs>, Rhs> UnequalOpr<T, Rhs> for UnequalInt
impl Copy for UnequalInt
Auto Trait Implementations§
impl Freeze for UnequalInt
impl RefUnwindSafe for UnequalInt
impl Send for UnequalInt
impl Sync for UnequalInt
impl Unpin for UnequalInt
impl UnwindSafe for UnequalInt
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