pub enum Emotion {
Show 24 variants
Joy,
Sadness,
Anger,
Fear,
Surprise,
Disgust,
Trust,
Anticipation,
Curiosity,
Confusion,
Frustration,
Gratitude,
Empathy,
Pride,
Shame,
Guilt,
Awe,
Boredom,
Excitement,
Calm,
Anxiety,
Hope,
Determination,
Contentment,
}Expand description
Named emotion categories.
Variants§
Joy
Sadness
Anger
Fear
Surprise
Disgust
Trust
Anticipation
Curiosity
Confusion
Frustration
Gratitude
Empathy
Pride
Shame
Guilt
Awe
Boredom
Excitement
Calm
Anxiety
Hope
Determination
Contentment
Trait Implementations§
impl Copy for Emotion
Source§impl<'de> Deserialize<'de> for Emotion
impl<'de> Deserialize<'de> for Emotion
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Emotion
impl StructuralPartialEq for Emotion
Auto Trait Implementations§
impl Freeze for Emotion
impl RefUnwindSafe for Emotion
impl Send for Emotion
impl Sync for Emotion
impl Unpin for Emotion
impl UnsafeUnpin for Emotion
impl UnwindSafe for Emotion
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more