pub enum ExprFunction {
Show 14 variants
Soundex,
Gbk,
Count,
Sum,
Avg,
Min,
Max,
Stddev,
StddevPop,
VarSamp,
VarPop,
BitAnd,
BitOr,
BitXor,
}Variants§
Trait Implementations§
Source§impl Clone for ExprFunction
impl Clone for ExprFunction
Source§fn clone(&self) -> ExprFunction
fn clone(&self) -> ExprFunction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExprFunction
impl Debug for ExprFunction
Source§impl PartialEq for ExprFunction
impl PartialEq for ExprFunction
Source§fn eq(&self, other: &ExprFunction) -> bool
fn eq(&self, other: &ExprFunction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExprFunction
impl Eq for ExprFunction
impl StructuralPartialEq for ExprFunction
Auto Trait Implementations§
impl Freeze for ExprFunction
impl RefUnwindSafe for ExprFunction
impl Send for ExprFunction
impl Sync for ExprFunction
impl Unpin for ExprFunction
impl UnsafeUnpin for ExprFunction
impl UnwindSafe for ExprFunction
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