pub struct ConstantExpr { /* private fields */ }Expand description
Expression that returns a constant value.
Implementations§
Trait Implementations§
Source§impl ProjectExpression for ConstantExpr
impl ProjectExpression for ConstantExpr
Auto Trait Implementations§
impl Freeze for ConstantExpr
impl RefUnwindSafe for ConstantExpr
impl Send for ConstantExpr
impl Sync for ConstantExpr
impl Unpin for ConstantExpr
impl UnwindSafe for ConstantExpr
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