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