pub struct ScalarSubqueryExpr {
pub id: SubqueryId,
}Expand description
Scalar subquery evaluated as part of a scalar expression.
Fields§
§id: SubqueryIdIdentifier referencing the subquery definition attached to the parent projection.
Trait Implementations§
Source§impl Clone for ScalarSubqueryExpr
impl Clone for ScalarSubqueryExpr
Source§fn clone(&self) -> ScalarSubqueryExpr
fn clone(&self) -> ScalarSubqueryExpr
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 moreAuto Trait Implementations§
impl Freeze for ScalarSubqueryExpr
impl RefUnwindSafe for ScalarSubqueryExpr
impl Send for ScalarSubqueryExpr
impl Sync for ScalarSubqueryExpr
impl Unpin for ScalarSubqueryExpr
impl UnwindSafe for ScalarSubqueryExpr
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