pub struct SelectOffsetSet;Expand description
Marker for the state after OFFSET clause
Implementations§
Trait Implementations§
Source§impl Clone for SelectOffsetSet
impl Clone for SelectOffsetSet
Source§fn clone(&self) -> SelectOffsetSet
fn clone(&self) -> SelectOffsetSet
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 SelectOffsetSet
impl Debug for SelectOffsetSet
Source§impl Default for SelectOffsetSet
impl Default for SelectOffsetSet
Source§fn default() -> SelectOffsetSet
fn default() -> SelectOffsetSet
Returns the “default value” for a type. Read more
impl Copy for SelectOffsetSet
impl ExecutableState for SelectOffsetSet
Auto Trait Implementations§
impl Freeze for SelectOffsetSet
impl RefUnwindSafe for SelectOffsetSet
impl Send for SelectOffsetSet
impl Sync for SelectOffsetSet
impl Unpin for SelectOffsetSet
impl UnwindSafe for SelectOffsetSet
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