pub struct EqOp {
pub eq: Eq,
}
Expand description
A =
rule operator.
Fields§
§eq: Eq
The =
token.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EqOp
impl Send for EqOp
impl Sync for EqOp
impl Unpin for EqOp
impl UnwindSafe for EqOp
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