Struct scylladb_parse::GroupByClause
source · [−]Fields
columns: Vec<Name>Trait Implementations
sourceimpl Clone for GroupByClause
impl Clone for GroupByClause
sourcefn clone(&self) -> GroupByClause
fn clone(&self) -> GroupByClause
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 more
sourceimpl<'a> CustomToTokens<'a> for GroupByClause
impl<'a> CustomToTokens<'a> for GroupByClause
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for GroupByClause
impl Debug for GroupByClause
sourceimpl Display for GroupByClause
impl Display for GroupByClause
sourceimpl Parse for GroupByClause
impl Parse for GroupByClause
type Output = GroupByClause
fn parse(s: &mut StatementStream<'_>) -> Result<Self>
sourceimpl PartialEq<GroupByClause> for GroupByClause
impl PartialEq<GroupByClause> for GroupByClause
sourcefn eq(&self, other: &GroupByClause) -> bool
fn eq(&self, other: &GroupByClause) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &GroupByClause) -> bool
fn ne(&self, other: &GroupByClause) -> bool
This method tests for !=.
sourceimpl ToTokens for GroupByClause
impl ToTokens for GroupByClause
sourcefn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Write self to the given TokenStream. Read more
sourcefn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Convert self directly into a TokenStream object. Read more
sourcefn into_token_stream(self) -> TokenStream
fn into_token_stream(self) -> TokenStream
Convert self directly into a TokenStream object. Read more
impl Eq for GroupByClause
impl StructuralEq for GroupByClause
impl StructuralPartialEq for GroupByClause
Auto Trait Implementations
impl RefUnwindSafe for GroupByClause
impl Send for GroupByClause
impl Sync for GroupByClause
impl Unpin for GroupByClause
impl UnwindSafe for GroupByClause
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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