pub struct EqualInt {}Trait Implementations§
Source§impl<T: PartialEq<Rhs>, Rhs> ComparisonOperator<T, Rhs> for EqualInt
impl<T: PartialEq<Rhs>, Rhs> ComparisonOperator<T, Rhs> for EqualInt
impl Copy for EqualInt
Auto Trait Implementations§
impl Freeze for EqualInt
impl RefUnwindSafe for EqualInt
impl Send for EqualInt
impl Sync for EqualInt
impl Unpin for EqualInt
impl UnwindSafe for EqualInt
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