pub struct EqK<T, I = ()> { /* private fields */ }Trait Implementations§
impl<T: Copy, I: Copy> Copy for EqK<T, I>
impl<T, I> StructuralPartialEq for EqK<T, I>
Auto Trait Implementations§
impl<T, I> Freeze for EqK<T, I>
impl<T, I> RefUnwindSafe for EqK<T, I>where
T: RefUnwindSafe,
I: RefUnwindSafe,
impl<T, I> Send for EqK<T, I>
impl<T, I> Sync for EqK<T, I>
impl<T, I> Unpin for EqK<T, I>
impl<T, I> UnwindSafe for EqK<T, I>where
T: UnwindSafe,
I: UnwindSafe,
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