pub enum PaginationOrder {
Asc,
Desc,
}
Expand description
The order in which records should be returned when paginating.
Variants§
Trait Implementations§
Source§impl Clone for PaginationOrder
impl Clone for PaginationOrder
Source§fn clone(&self) -> PaginationOrder
fn clone(&self) -> PaginationOrder
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 PaginationOrder
impl Debug for PaginationOrder
Source§impl Serialize for PaginationOrder
impl Serialize for PaginationOrder
impl Copy for PaginationOrder
Auto Trait Implementations§
impl Freeze for PaginationOrder
impl RefUnwindSafe for PaginationOrder
impl Send for PaginationOrder
impl Sync for PaginationOrder
impl Unpin for PaginationOrder
impl UnwindSafe for PaginationOrder
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