pub enum Mood {
Sad,
Happy,
Surprised,
}Expand description
The different moods that can be used to generate an avatar.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mood
impl RefUnwindSafe for Mood
impl Send for Mood
impl Sync for Mood
impl Unpin for Mood
impl UnwindSafe for Mood
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