[][src]Enum serde_mangadex::genres::Genre

#[repr(u8)]
pub enum Genre {
    FourKoma,
    Action,
    Adventure,
    AwardWinning,
    Comedy,
    Cooking,
    Doujinshi,
    Drama,
    Ecchi,
    Fantasy,
    Gyaru,
    Harem,
    Historical,
    Horror,
    ShounenDemographic,
    MartialArts,
    Mecha,
    Medical,
    Music,
    Mystery,
    Oneshot,
    Psychological,
    Romance,
    SchoolLife,
    SciFi,
    ShoujoDemographic,
    SeinenDemographic,
    ShoujoAi,
    JoseiDemographic,
    ShounenAi,
    SliceOfLife,
    Smut,
    Sports,
    Supernatural,
    Tragedy,
    LongStrip,
    Yaoi,
    Yuri,
    GenderBenderTheme,
    VideoGames,
    Isekai,
    Adaptation,
    Anthology,
    WebComic,
    FullColor,
    UserCreated,
    OfficialColored,
    FanColored,
    Gore,
    SexualViolence,
    Crime,
    MagicalGirls,
    Philosophical,
    Superhero,
    Thriller,
    Wuxia,
    Aliens,
    Animals,
    Crossdressing,
    Demons,
    Delinquents,
    Genderswap,
    Ghosts,
    MonsterGirls,
    Loli,
    Magic,
    Military,
    Monsters,
    Ninja,
    OfficeWorkers,
    Police,
    PostApocalyptic,
    Reincarnation,
    ReverseHarem,
    Samurai,
    Shota,
    Survival,
    TimeTravel,
    Vampires,
    TraditionalGames,
    VirtualReality,
    Zombies,
    Incest,
    Mafia,
    Unknown,
}

Genres supported by MangaDex.

Variants

FourKoma
Action
Adventure
AwardWinning
Comedy
Cooking
Doujinshi
Drama
Ecchi
Fantasy
Gyaru
Harem
Historical
Horror
ShounenDemographic
Deprecated
MartialArts
Mecha
Medical
Music
Mystery
Oneshot
Psychological
Romance
SchoolLife
SciFi
ShoujoDemographic
Deprecated
SeinenDemographic
Deprecated
ShoujoAi
JoseiDemographic
Deprecated
ShounenAi
SliceOfLife
Smut
Sports
Supernatural
Tragedy
LongStrip
Yaoi
Yuri
GenderBenderTheme
Deprecated
VideoGames
Isekai
Adaptation
Anthology
WebComic
FullColor
UserCreated
OfficialColored
FanColored
Gore
SexualViolence
Crime
MagicalGirls
Philosophical
Superhero
Thriller
Wuxia
Aliens
Animals
Crossdressing
Demons
Delinquents
Genderswap
Ghosts
MonsterGirls
Loli
Magic
Military
Monsters
Ninja
OfficeWorkers
Police
PostApocalyptic
Reincarnation
ReverseHarem
Samurai
Shota
Survival
TimeTravel
Vampires
TraditionalGames
VirtualReality
Zombies
Incest
Mafia
Unknown

Trait Implementations

impl AddAssign<Genre> for GenreSet[src]

Utility for adding type to this bit set

impl Clone for Genre[src]

impl Copy for Genre[src]

impl Debug for Genre[src]

impl Default for Genre[src]

impl<'de> Deserialize<'de> for Genre[src]

impl Eq for Genre[src]

impl From<u8> for Genre[src]

impl Ord for Genre[src]

impl PartialEq<Genre> for Genre[src]

impl PartialOrd<Genre> for Genre[src]

impl Serialize for Genre[src]

impl StructuralEq for Genre[src]

impl StructuralPartialEq for Genre[src]

impl SubAssign<Genre> for GenreSet[src]

Utility for removing type from this bit set

Auto Trait Implementations

impl RefUnwindSafe for Genre

impl Send for Genre

impl Sync for Genre

impl Unpin for Genre

impl UnwindSafe for Genre

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.