pub enum RankingType {
All,
Airing,
Upcoming,
TV,
OVA,
Movie,
Special,
ByPopularity,
Favorite,
}Variants§
Trait Implementations§
Source§impl Debug for RankingType
impl Debug for RankingType
Auto Trait Implementations§
impl Freeze for RankingType
impl RefUnwindSafe for RankingType
impl Send for RankingType
impl Sync for RankingType
impl Unpin for RankingType
impl UnsafeUnpin for RankingType
impl UnwindSafe for RankingType
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