Enum cql3_parser::select::SelectElement
source · [−]Expand description
the selectable elements for a select statement
Variants
Star
All of the columns
Column(Named)
a named column. May have an alias specified.
Function(Named)
a named column. May have an alias specified.
Trait Implementations
sourceimpl Clone for SelectElement
impl Clone for SelectElement
sourcefn clone(&self) -> SelectElement
fn clone(&self) -> SelectElement
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SelectElement
impl Debug for SelectElement
sourceimpl Display for SelectElement
impl Display for SelectElement
sourceimpl PartialEq<SelectElement> for SelectElement
impl PartialEq<SelectElement> for SelectElement
sourcefn eq(&self, other: &SelectElement) -> bool
fn eq(&self, other: &SelectElement) -> bool
impl StructuralPartialEq for SelectElement
Auto Trait Implementations
impl RefUnwindSafe for SelectElement
impl Send for SelectElement
impl Sync for SelectElement
impl Unpin for SelectElement
impl UnwindSafe for SelectElement
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more