pub enum RowLimit {
Limit(usize),
All,
}Expand description
Defines the total number of rows to limit a query to
Variants§
Auto Trait Implementations§
impl Freeze for RowLimit
impl RefUnwindSafe for RowLimit
impl Send for RowLimit
impl Sync for RowLimit
impl Unpin for RowLimit
impl UnwindSafe for RowLimit
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