Enum nom_sql::FunctionExpression [−][src]
pub enum FunctionExpression {
Avg(Column, bool),
Count(Column, bool),
CountStar,
Sum(Column, bool),
Max(Column),
Min(Column),
GroupConcat(Column, String),
}Variants
Avg(Column, bool)Count(Column, bool)CountStarSum(Column, bool)Max(Column)Min(Column)GroupConcat(Column, String)
Trait Implementations
impl Clone for FunctionExpression[src]
impl Clone for FunctionExpressionfn clone(&self) -> FunctionExpression[src]
fn clone(&self) -> FunctionExpressionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for FunctionExpression[src]
impl Debug for FunctionExpressionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for FunctionExpression[src]
impl Eq for FunctionExpressionimpl Hash for FunctionExpression[src]
impl Hash for FunctionExpressionfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for FunctionExpression[src]
impl PartialEq for FunctionExpressionfn eq(&self, other: &FunctionExpression) -> bool[src]
fn eq(&self, other: &FunctionExpression) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FunctionExpression) -> bool[src]
fn ne(&self, other: &FunctionExpression) -> boolThis method tests for !=.
impl Display for FunctionExpression[src]
impl Display for FunctionExpressionAuto Trait Implementations
impl Send for FunctionExpression
impl Send for FunctionExpressionimpl Sync for FunctionExpression
impl Sync for FunctionExpression