pub enum FrameMode {
Range,
Rows,
Groups,
}Expand description
What a frame’s offsets count in.
Variants§
Range
RANGE — offsets are values compared against the ORDER BY key. The
default in the grammar.
Rows
ROWS — offsets are row counts.
Groups
GROUPS — offsets are counts of peer groups.
Implementations§
Trait Implementations§
impl Copy for FrameMode
impl Eq for FrameMode
impl StructuralPartialEq for FrameMode
Auto Trait Implementations§
impl Freeze for FrameMode
impl RefUnwindSafe for FrameMode
impl Send for FrameMode
impl Sync for FrameMode
impl Unpin for FrameMode
impl UnsafeUnpin for FrameMode
impl UnwindSafe for FrameMode
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