Enum libbgmrank::Category [] [src]

#[repr(u32)]
pub enum Category { Anime, Book, Music, Game, Real, }

Variants

Trait Implementations

impl Clone for Category
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Category
[src]

impl ToStaticStr for Category
[src]

[src]

impl Display for Category
[src]

[src]

Formats the value using the given formatter. Read more

impl ListAll for Category
[src]

impl FromStr for Category
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl CLike for Category
[src]

[src]

Converts a C-like enum to a u32.

[src]

Converts a u32 to a C-like enum. This method only needs to be safe for possible return values of to_u32 of this trait. Read more

Auto Trait Implementations

impl Send for Category

impl Sync for Category