pub struct NumericProjectionExpr { /* private fields */ }Expand description
NumericProjectionExpr
Shared bounded numeric projection over one source field and one numeric
literal.
This stays on the narrow field op literal seam admitted by the shipped
SQL and fluent scalar projection surfaces.
Trait Implementations§
Source§impl Clone for NumericProjectionExpr
impl Clone for NumericProjectionExpr
Source§fn clone(&self) -> NumericProjectionExpr
fn clone(&self) -> NumericProjectionExpr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NumericProjectionExpr
impl Debug for NumericProjectionExpr
Source§impl PartialEq for NumericProjectionExpr
impl PartialEq for NumericProjectionExpr
Source§impl ValueProjectionExpr for NumericProjectionExpr
impl ValueProjectionExpr for NumericProjectionExpr
Source§fn apply_value(&self, value: Value) -> Result<Value, QueryError>
fn apply_value(&self, value: Value) -> Result<Value, QueryError>
Apply this projection to one already-loaded source value.
impl Eq for NumericProjectionExpr
impl StructuralPartialEq for NumericProjectionExpr
Auto Trait Implementations§
impl Freeze for NumericProjectionExpr
impl RefUnwindSafe for NumericProjectionExpr
impl Send for NumericProjectionExpr
impl Sync for NumericProjectionExpr
impl Unpin for NumericProjectionExpr
impl UnsafeUnpin for NumericProjectionExpr
impl UnwindSafe for NumericProjectionExpr
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