Enum sql_from_models_parser::ast::OffsetRows
source · 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 PartialEq<OffsetRows> for OffsetRows
impl PartialEq<OffsetRows> for OffsetRows
source§fn eq(&self, other: &OffsetRows) -> bool
fn eq(&self, other: &OffsetRows) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for OffsetRows
impl StructuralEq for OffsetRows
impl StructuralPartialEq for OffsetRows
Auto Trait Implementations§
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