pub enum WindowFunc {
RowNumber,
Rank,
DenseRank,
Sum,
Avg,
Count,
Min,
Max,
}Expand description
Window function identifier.
Variants§
Trait Implementations§
Source§impl Clone for WindowFunc
impl Clone for WindowFunc
Source§fn clone(&self) -> WindowFunc
fn clone(&self) -> WindowFunc
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 WindowFunc
impl Debug for WindowFunc
Source§impl PartialEq for WindowFunc
impl PartialEq for WindowFunc
Source§fn eq(&self, other: &WindowFunc) -> bool
fn eq(&self, other: &WindowFunc) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WindowFunc
impl StructuralPartialEq for WindowFunc
Auto Trait Implementations§
impl Freeze for WindowFunc
impl RefUnwindSafe for WindowFunc
impl Send for WindowFunc
impl Sync for WindowFunc
impl Unpin for WindowFunc
impl UnsafeUnpin for WindowFunc
impl UnwindSafe for WindowFunc
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