pub struct CompareInt {}Trait Implementations§
Source§impl Clone for CompareInt
impl Clone for CompareInt
Source§fn clone(&self) -> CompareInt
fn clone(&self) -> CompareInt
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: PartialOrd<Rhs>, Rhs> CompareOpr<T, Rhs> for CompareInt
impl<T: PartialOrd<Rhs>, Rhs> CompareOpr<T, Rhs> for CompareInt
Source§impl<T: SemiArithmetic + PartialOrd<Rhs>, Rhs> CompareOpr<T, Rhs> for CompareInt
impl<T: SemiArithmetic + PartialOrd<Rhs>, Rhs> CompareOpr<T, Rhs> for CompareInt
Source§impl Debug for CompareInt
impl Debug for CompareInt
Source§impl<T: PartialOrd<Rhs>, Rhs> ThreeWayComparisonOperator<T, Rhs> for CompareInt
impl<T: PartialOrd<Rhs>, Rhs> ThreeWayComparisonOperator<T, Rhs> for CompareInt
impl Copy for CompareInt
Auto Trait Implementations§
impl Freeze for CompareInt
impl RefUnwindSafe for CompareInt
impl Send for CompareInt
impl Sync for CompareInt
impl Unpin for CompareInt
impl UnwindSafe for CompareInt
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