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