pub struct PaginationResponse {
pub response: Response,
pub page: usize,
pub changed: bool,
}Expand description
Response from pagination
Fields§
§response: ResponseThe UI response
page: usizeCurrent page number after user interaction
changed: boolWhether the page changed this frame
Auto Trait Implementations§
impl Freeze for PaginationResponse
impl !RefUnwindSafe for PaginationResponse
impl Send for PaginationResponse
impl Sync for PaginationResponse
impl Unpin for PaginationResponse
impl UnsafeUnpin for PaginationResponse
impl !UnwindSafe for PaginationResponse
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