pub struct PageParams {
pub size: i64,
pub number: i64,
}Fields§
§size: i64§number: i64Implementations§
Trait Implementations§
Source§impl Clone for PageParams
impl Clone for PageParams
Source§fn clone(&self) -> PageParams
fn clone(&self) -> PageParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PageParams
Source§impl Debug for PageParams
impl Debug for PageParams
Source§impl PartialEq for PageParams
impl PartialEq for PageParams
Source§fn eq(&self, other: &PageParams) -> bool
fn eq(&self, other: &PageParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PageParams
Auto Trait Implementations§
impl Freeze for PageParams
impl RefUnwindSafe for PageParams
impl Send for PageParams
impl Sync for PageParams
impl Unpin for PageParams
impl UnsafeUnpin for PageParams
impl UnwindSafe for PageParams
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