pub enum EnvironmentMood {
Calm,
Busy,
Stressed,
Troubled,
Crisis,
Recovering,
Maintenance,
Dying,
}Expand description
The emotional state of the environment.
Variants§
Trait Implementations§
Source§impl Clone for EnvironmentMood
impl Clone for EnvironmentMood
Source§fn clone(&self) -> EnvironmentMood
fn clone(&self) -> EnvironmentMood
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnvironmentMood
impl Debug for EnvironmentMood
Source§impl<'de> Deserialize<'de> for EnvironmentMood
impl<'de> Deserialize<'de> for EnvironmentMood
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
Source§impl Display for EnvironmentMood
impl Display for EnvironmentMood
Source§impl PartialEq for EnvironmentMood
impl PartialEq for EnvironmentMood
Source§impl Serialize for EnvironmentMood
impl Serialize for EnvironmentMood
impl Copy for EnvironmentMood
impl Eq for EnvironmentMood
impl StructuralPartialEq for EnvironmentMood
Auto Trait Implementations§
impl Freeze for EnvironmentMood
impl RefUnwindSafe for EnvironmentMood
impl Send for EnvironmentMood
impl Sync for EnvironmentMood
impl Unpin for EnvironmentMood
impl UnsafeUnpin for EnvironmentMood
impl UnwindSafe for EnvironmentMood
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