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 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 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 PartialEq for OffsetRows
impl PartialEq 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