pub enum FrameUnit {
Rows,
Range,
Groups,
}Expand description
Frame unit type
Variants§
Rows
ROWS - physical rows
Range
RANGE - logical range based on ORDER BY values
Groups
GROUPS - peer groups (rows with same ORDER BY values)
Trait Implementations§
impl StructuralPartialEq for FrameUnit
Auto Trait Implementations§
impl Freeze for FrameUnit
impl RefUnwindSafe for FrameUnit
impl Send for FrameUnit
impl Sync for FrameUnit
impl Unpin for FrameUnit
impl UnwindSafe for FrameUnit
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