pub enum EqKind {
Eq,
NEq,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for EqKind
Auto Trait Implementations§
impl Freeze for EqKind
impl RefUnwindSafe for EqKind
impl Send for EqKind
impl Sync for EqKind
impl Unpin for EqKind
impl UnwindSafe for EqKind
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