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