#[repr(u8)]pub enum AnimeType {
Tv = 0,
Special = 1,
Ova = 2,
Movie = 3,
MusicVideo = 4,
Ona = 5,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AnimeType
impl<'de> Deserialize<'de> for AnimeType
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 Copy for AnimeType
impl StructuralPartialEq for AnimeType
Auto Trait Implementations§
impl Freeze for AnimeType
impl RefUnwindSafe for AnimeType
impl Send for AnimeType
impl Sync for AnimeType
impl Unpin for AnimeType
impl UnwindSafe for AnimeType
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