pub enum OffsetRows {
None,
Row,
Rows,
}
Expand description
Stores the keyword after OFFSET <number>
Variants§
Trait Implementations§
Source§impl Clone for OffsetRows
impl Clone for OffsetRows
Source§fn clone(&self) -> OffsetRows
fn clone(&self) -> OffsetRows
Returns a copy 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 OffsetRows
impl Debug for OffsetRows
Source§impl Display for OffsetRows
impl Display for OffsetRows
Source§impl Hash for OffsetRows
impl Hash for OffsetRows
Source§impl Ord for OffsetRows
impl Ord for OffsetRows
Source§fn cmp(&self, other: &OffsetRows) -> Ordering
fn cmp(&self, other: &OffsetRows) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OffsetRows
impl PartialEq for OffsetRows
Source§impl PartialOrd for OffsetRows
impl PartialOrd for OffsetRows
impl Copy for OffsetRows
impl Eq for OffsetRows
impl StructuralPartialEq for OffsetRows
Auto Trait Implementations§
impl Freeze for OffsetRows
impl RefUnwindSafe for OffsetRows
impl Send for OffsetRows
impl Sync for OffsetRows
impl Unpin for OffsetRows
impl UnwindSafe for OffsetRows
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