pub enum TableExpression {
Base(ObjRef),
Values(Vec<Vec<Expr>>),
}Expand description
Table Expression ( not yet type-checked or compiled against database ).
Variants§
Auto Trait Implementations§
impl Freeze for TableExpression
impl !RefUnwindSafe for TableExpression
impl !Send for TableExpression
impl !Sync for TableExpression
impl Unpin for TableExpression
impl UnsafeUnpin for TableExpression
impl !UnwindSafe for TableExpression
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