pub enum DevelopersSorting {
Name,
}
Expand description
Sorting options for developers
Variants§
Name
Sort alphanumerically by developer name (default)
Trait Implementations§
Source§impl Clone for DevelopersSorting
impl Clone for DevelopersSorting
Source§fn clone(&self) -> DevelopersSorting
fn clone(&self) -> DevelopersSorting
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 DevelopersSorting
impl Debug for DevelopersSorting
Source§impl Default for DevelopersSorting
impl Default for DevelopersSorting
Source§impl Serialize for DevelopersSorting
impl Serialize for DevelopersSorting
impl Copy for DevelopersSorting
Auto Trait Implementations§
impl Freeze for DevelopersSorting
impl RefUnwindSafe for DevelopersSorting
impl Send for DevelopersSorting
impl Sync for DevelopersSorting
impl Unpin for DevelopersSorting
impl UnwindSafe for DevelopersSorting
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