Enum partiql_ast::ast::ColumnComponent
source · pub enum ColumnComponent {
ReturningWildcard,
ReturningColumn(ReturningColumn),
}
Variants§
ReturningWildcard
ReturningColumn(ReturningColumn)
Trait Implementations§
source§impl Clone for ColumnComponent
impl Clone for ColumnComponent
source§fn clone(&self) -> ColumnComponent
fn clone(&self) -> ColumnComponent
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 ColumnComponent
impl Debug for ColumnComponent
source§impl PartialEq<ColumnComponent> for ColumnComponent
impl PartialEq<ColumnComponent> for ColumnComponent
source§fn eq(&self, other: &ColumnComponent) -> bool
fn eq(&self, other: &ColumnComponent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ColumnComponent
Auto Trait Implementations§
impl RefUnwindSafe for ColumnComponent
impl Send for ColumnComponent
impl Sync for ColumnComponent
impl Unpin for ColumnComponent
impl UnwindSafe for ColumnComponent
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