pub enum PaginationOrderBy {
CreatedAt,
UpdatedAt,
Unknown,
}Expand description
By which field should the pagination order by
Variants§
Trait Implementations§
Source§impl Clone for PaginationOrderBy
impl Clone for PaginationOrderBy
Source§fn clone(&self) -> PaginationOrderBy
fn clone(&self) -> PaginationOrderBy
Returns a duplicate 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 PaginationOrderBy
impl Debug for PaginationOrderBy
Source§impl<'de> Deserialize<'de> for PaginationOrderBy
impl<'de> Deserialize<'de> for PaginationOrderBy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PaginationOrderBy
impl PartialEq for PaginationOrderBy
Source§impl Serialize for PaginationOrderBy
impl Serialize for PaginationOrderBy
impl Eq for PaginationOrderBy
impl StructuralPartialEq for PaginationOrderBy
Auto Trait Implementations§
impl Freeze for PaginationOrderBy
impl RefUnwindSafe for PaginationOrderBy
impl Send for PaginationOrderBy
impl Sync for PaginationOrderBy
impl Unpin for PaginationOrderBy
impl UnwindSafe for PaginationOrderBy
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