pub struct IndexerPage {
pub current: i32,
pub next: i32,
pub total: i32,
}Fields§
§current: i32§next: i32§total: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndexerPage
impl RefUnwindSafe for IndexerPage
impl Send for IndexerPage
impl Sync for IndexerPage
impl Unpin for IndexerPage
impl UnsafeUnpin for IndexerPage
impl UnwindSafe for IndexerPage
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