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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UserSortKey
Source§impl Debug for UserSortKey
impl Debug for UserSortKey
Source§impl Display for UserSortKey
impl Display for UserSortKey
impl Eq for UserSortKey
Source§impl FromStr for UserSortKey
impl FromStr for UserSortKey
Source§impl PartialEq for UserSortKey
impl PartialEq for UserSortKey
Source§fn eq(&self, other: &UserSortKey) -> bool
fn eq(&self, other: &UserSortKey) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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