pub struct ArithExpr<L: Expression, R: Expression, Op: ArithmeticOp> { /* private fields */ }Expand description
Arithmetic expression
Trait Implementations§
Source§impl<L, R, Op> Expression for ArithExpr<L, R, Op>
impl<L, R, Op> Expression for ArithExpr<L, R, Op>
Auto Trait Implementations§
impl<L, R, Op> Freeze for ArithExpr<L, R, Op>
impl<L, R, Op> RefUnwindSafe for ArithExpr<L, R, Op>
impl<L, R, Op> Send for ArithExpr<L, R, Op>
impl<L, R, Op> Sync for ArithExpr<L, R, Op>
impl<L, R, Op> Unpin for ArithExpr<L, R, Op>
impl<L, R, Op> UnwindSafe for ArithExpr<L, R, Op>
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