pub struct Paginate {
pub pagination: Pagination,
pub sql: String,
}
Expand description
SQL pagination with metadata
Fields§
§pagination: Pagination
Pagination metadata
sql: String
SQL LIMIT and OFFSET clause
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Paginate
impl RefUnwindSafe for Paginate
impl Send for Paginate
impl Sync for Paginate
impl Unpin for Paginate
impl UnwindSafe for Paginate
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