pub struct Paging {
pub offset: i64,
pub limit: i64,
pub total: i64,
}Fields§
§offset: i64§limit: i64§total: i64Implementations§
Trait Implementations§
impl StructuralPartialEq for Paging
Auto Trait Implementations§
impl Freeze for Paging
impl RefUnwindSafe for Paging
impl Send for Paging
impl Sync for Paging
impl Unpin for Paging
impl UnwindSafe for Paging
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