Struct jsonapi_rs::query::PageParams
source · pub struct PageParams {
pub size: i64,
pub number: i64,
}
Fields§
§size: i64
§number: i64
Implementations§
Trait Implementations§
source§impl Clone for PageParams
impl Clone for PageParams
source§fn clone(&self) -> PageParams
fn clone(&self) -> PageParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§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
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PageParams
impl StructuralPartialEq for PageParams
Auto Trait Implementations§
impl RefUnwindSafe for PageParams
impl Send for PageParams
impl Sync for PageParams
impl Unpin 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