pub struct Paging<'a> {
pub cursor: Option<&'a str>,
pub limit: Option<u16>,
pub order: Option<SortOrder>,
}Fields§
§cursor: Option<&'a str>§limit: Option<u16>§order: Option<SortOrder>Implementations§
Trait Implementations§
impl<'a> Copy for Paging<'a>
impl<'a> Eq for Paging<'a>
impl<'a> StructuralPartialEq for Paging<'a>
Auto Trait Implementations§
impl<'a> Freeze for Paging<'a>
impl<'a> RefUnwindSafe for Paging<'a>
impl<'a> Send for Paging<'a>
impl<'a> Sync for Paging<'a>
impl<'a> Unpin for Paging<'a>
impl<'a> UnwindSafe for Paging<'a>
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