pub struct EqError;
Trait Implementations§
Source§impl Ord for EqError
impl Ord for EqError
Source§impl PartialOrd for EqError
impl PartialOrd for EqError
impl Copy for EqError
impl Eq for EqError
impl StructuralPartialEq for EqError
Auto Trait Implementations§
impl Freeze for EqError
impl RefUnwindSafe for EqError
impl Send for EqError
impl Sync for EqError
impl Unpin for EqError
impl UnwindSafe for EqError
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