Enum neko::graphic::Emotion []

#[repr(u32)]
pub enum Emotion { None, Angry, Happy, Love, Malicious, Misunderstanding, Shocked, Sleepy, Speechless, }

Variants

Symbol '_'.

Symbol 'a'.

Symbol 'h'.

Symbol 'l'.

Symbol 'm'.

Symbol 'i'.

Symbol 'o'.

Symbol 's'.

Symbol 'e'.

Methods

impl Emotion

The accessor method is_none returns a boolean for None, axiom of emotion.

Trait Implementations

impl Copy for Emotion

impl Debug for Emotion

Formats the value using the given formatter.

impl Eq for Emotion

impl PartialEq<Emotion> for Emotion

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

This method tests for !=.

impl Default for Emotion

Returns the "default value" for a type. Read more

impl Clone for Emotion

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Emotion

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

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

impl Display for Emotion

Formats the value using the given formatter. Read more