pub struct RowExpr {
pub exprs: Vec<Box<dyn Expr>>,
pub row_type: RowType,
}
Fields§
§exprs: Vec<Box<dyn Expr>>
§row_type: RowType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowExpr
impl !RefUnwindSafe for RowExpr
impl !Send for RowExpr
impl !Sync for RowExpr
impl Unpin for RowExpr
impl !UnwindSafe for RowExpr
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