pub enum SortBy {
Desc,
Asc,
}Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SortBy
impl<'de> Deserialize<'de> for SortBy
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 IntoEnumIterator for SortBy
impl IntoEnumIterator for SortBy
type Iterator = SortByIter
fn iter() -> SortByIter ⓘ
Source§impl PartialOrd for SortBy
impl PartialOrd for SortBy
impl Copy for SortBy
impl StructuralPartialEq for SortBy
Auto Trait Implementations§
impl Freeze for SortBy
impl RefUnwindSafe for SortBy
impl Send for SortBy
impl Sync for SortBy
impl Unpin for SortBy
impl UnsafeUnpin for SortBy
impl UnwindSafe for SortBy
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