pub struct EqOperator { /* private fields */ }Expand description
Numeric equals operator (@eq). Supports both numeric literals and variable references (e.g., %{tx.var}).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EqOperator
impl RefUnwindSafe for EqOperator
impl Send for EqOperator
impl Sync for EqOperator
impl Unpin for EqOperator
impl UnwindSafe for EqOperator
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