pub struct Eqb;
Expand description
Logical EQ.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Eqb
impl RefUnwindSafe for Eqb
impl Send for Eqb
impl Sync for Eqb
impl Unpin for Eqb
impl UnwindSafe for Eqb
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