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