pub struct SelectLimitSet;Expand description
Marker for the state after LIMIT clause.
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 (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 SelectLimitSet
Source§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 ExecutableState for SelectLimitSet
impl ForLockableState for SelectLimitSet
impl GroupByApplied for SelectLimitSet
impl OffsetAllowed 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 UnsafeUnpin 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