[][src]Enum mangadex_fs::api::genre::Genre

#[repr(u8)]pub enum Genre {
    FourKoma,
    Action,
    Adventure,
    AwardWinning,
    Comedy,
    Cooking,
    Doujinshi,
    Drama,
    Ecchi,
    Fantasy,
    Gyaru,
    Harem,
    Historical,
    Horror,
    MartialArts,
    Mecha,
    Medical,
    Music,
    Mystery,
    Oneshot,
    Psychological,
    Romance,
    SchoolLife,
    SciFi,
    ShoujoAi,
    ShounenAi,
    SliceOfLife,
    Smut,
    Sports,
    Supernatural,
    Tragedy,
    LongStrip,
    Yaoi,
    Yuri,
    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,
}

Variants

FourKoma
Action
Adventure
AwardWinning
Comedy
Cooking
Doujinshi
Drama
Ecchi
Fantasy
Gyaru
Harem
Historical
Horror
MartialArts
Mecha
Medical
Music
Mystery
Oneshot
Psychological
Romance
SchoolLife
SciFi
ShoujoAi
ShounenAi
SliceOfLife
Smut
Sports
Supernatural
Tragedy
LongStrip
Yaoi
Yuri
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

Trait Implementations

impl Debug for Genre[src]

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

impl PartialEq<Genre> for Genre[src]

impl StructuralPartialEq for Genre[src]

impl TryFrom<u8> for Genre[src]

type Error = ()

The type returned in the event of a conversion error.

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: for<'de> Deserialize<'de>, 
[src]

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

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

impl<T> Sealed<T> for T where
    T: ?Sized

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.