pub enum UserSortKey {
Follower,
CreatedAt,
UpdatedAt,
}Variants§
Trait Implementations§
Source§impl Clone for UserSortKey
impl Clone for UserSortKey
Source§fn clone(&self) -> UserSortKey
fn clone(&self) -> UserSortKey
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 UserSortKey
impl Debug for UserSortKey
Source§impl Display for UserSortKey
impl Display for UserSortKey
Source§impl FromStr for UserSortKey
impl FromStr for UserSortKey
Source§impl PartialEq for UserSortKey
impl PartialEq for UserSortKey
impl Copy for UserSortKey
impl Eq for UserSortKey
impl StructuralPartialEq for UserSortKey
Auto Trait Implementations§
impl Freeze for UserSortKey
impl RefUnwindSafe for UserSortKey
impl Send for UserSortKey
impl Sync for UserSortKey
impl Unpin for UserSortKey
impl UnwindSafe for UserSortKey
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