Enum partiql_ast::ast::ProjectItem
source · pub enum ProjectItem {
ProjectAll(ProjectAll),
ProjectExpr(ProjectExpr),
}
Expand description
An item to be projected in a SELECT
-list.
Variants§
Trait Implementations§
source§impl Clone for ProjectItem
impl Clone for ProjectItem
source§fn clone(&self) -> ProjectItem
fn clone(&self) -> ProjectItem
Returns a copy 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 moresource§impl Debug for ProjectItem
impl Debug for ProjectItem
source§impl PartialEq<ProjectItem> for ProjectItem
impl PartialEq<ProjectItem> for ProjectItem
source§fn eq(&self, other: &ProjectItem) -> bool
fn eq(&self, other: &ProjectItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Visit for ProjectItem
impl Visit for ProjectItem
impl StructuralPartialEq for ProjectItem
Auto Trait Implementations§
impl RefUnwindSafe for ProjectItem
impl Send for ProjectItem
impl Sync for ProjectItem
impl Unpin for ProjectItem
impl UnwindSafe for ProjectItem
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