pub enum SkillSort {
Downloads,
}Expand description
How a skills listing is ordered.
Variants§
Downloads
Most downloaded first.
Trait Implementations§
Source§impl ContractEnum for SkillSort
impl ContractEnum for SkillSort
Source§const DECLARED_BY: &'static [(&'static str, &'static str)]
const DECLARED_BY: &'static [(&'static str, &'static str)]
Where the contract declares this set:
(operationId, parameter), once
per operation that takes it.impl Copy for SkillSort
Source§impl<'de> Deserialize<'de> for SkillSort
impl<'de> Deserialize<'de> for SkillSort
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
impl Eq for SkillSort
impl StructuralPartialEq for SkillSort
Auto Trait Implementations§
impl Freeze for SkillSort
impl RefUnwindSafe for SkillSort
impl Send for SkillSort
impl Sync for SkillSort
impl Unpin for SkillSort
impl UnsafeUnpin for SkillSort
impl UnwindSafe for SkillSort
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.