Enum editeur::emotion::Emotion [] [src]

#[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
[src]

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

Trait Implementations

impl Clone for Emotion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Emotion
[src]

impl Eq for Emotion
[src]

impl PartialEq for Emotion
[src]

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

This method tests for !=.

impl Hash for Emotion
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for Emotion
[src]

Formats the value using the given formatter.

impl Display for Emotion
[src]

Formats the value using the given formatter.

impl Default for Emotion
[src]

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