pub enum WindowFrameMode {
Rows(Span),
Range(Span),
Groups(Span),
}Expand description
Window frame mode: ROWS, RANGE, or GROUPS
Variants§
Trait Implementations§
Source§impl Clone for WindowFrameMode
impl Clone for WindowFrameMode
Source§fn clone(&self) -> WindowFrameMode
fn clone(&self) -> WindowFrameMode
Returns a duplicate of the value. Read more
1.0.0 · 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 WindowFrameMode
impl Debug for WindowFrameMode
Auto Trait Implementations§
impl Freeze for WindowFrameMode
impl RefUnwindSafe for WindowFrameMode
impl Send for WindowFrameMode
impl Sync for WindowFrameMode
impl Unpin for WindowFrameMode
impl UnsafeUnpin for WindowFrameMode
impl UnwindSafe for WindowFrameMode
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