pub enum FirstOrNext {
First,
Next,
}Expand description
The FIRST/NEXT synonym pair of a FETCH — gram.y calls the production
first_or_next. Synonyms in the grammar, distinct on the page, exactly as
RowsKeyword.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FirstOrNext
impl Clone for FirstOrNext
Source§fn clone(&self) -> FirstOrNext
fn clone(&self) -> FirstOrNext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FirstOrNext
Source§impl Debug for FirstOrNext
impl Debug for FirstOrNext
Source§impl Default for FirstOrNext
impl Default for FirstOrNext
Source§fn default() -> FirstOrNext
fn default() -> FirstOrNext
Returns the “default value” for a type. Read more
impl Eq for FirstOrNext
Source§impl PartialEq for FirstOrNext
impl PartialEq for FirstOrNext
impl StructuralPartialEq for FirstOrNext
Auto Trait Implementations§
impl Freeze for FirstOrNext
impl RefUnwindSafe for FirstOrNext
impl Send for FirstOrNext
impl Sync for FirstOrNext
impl Unpin for FirstOrNext
impl UnsafeUnpin for FirstOrNext
impl UnwindSafe for FirstOrNext
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