Enum anitomy_sys::ElementCategory[][src]

#[repr(i32)]
pub enum ElementCategory { AnimeSeason, AnimeSeasonPrefix, AnimeTitle, AnimeType, AnimeYear, AudioTerm, DeviceCompatibility, EpisodeNumber, EpisodeNumberAlt, EpisodePrefix, EpisodeTitle, FileChecksum, FileExtension, FileName, Language, Other, ReleaseGroup, ReleaseInformation, ReleaseVersion, Source, Subtitles, VideoResolution, VideoTerm, VolumeNumber, VolumePrefix, Unknown, }

The category of an Element.

Variants

Trait Implementations

impl Debug for ElementCategory
[src]

Formats the value using the given formatter. Read more

impl Copy for ElementCategory
[src]

impl Clone for ElementCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ElementCategory
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ElementCategory
[src]

impl Hash for ElementCategory
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl From<element_category_t> for ElementCategory
[src]

Performs the conversion.

Auto Trait Implementations