pub enum UserAnimeListSort {
ListScore,
ListUpdatedAt,
AnimeTitle,
AnimeStartDate,
}Variants§
Trait Implementations§
Source§impl Debug for UserAnimeListSort
impl Debug for UserAnimeListSort
Auto Trait Implementations§
impl Freeze for UserAnimeListSort
impl RefUnwindSafe for UserAnimeListSort
impl Send for UserAnimeListSort
impl Sync for UserAnimeListSort
impl Unpin for UserAnimeListSort
impl UnwindSafe for UserAnimeListSort
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