pub enum ChemistryLabel {
Spark,
Flirtation,
Crush,
Lover,
Beloved,
}Expand description
Romance-line tier (pure function of chemistry_score).
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ChemistryLabel
impl Clone for ChemistryLabel
Source§fn clone(&self) -> ChemistryLabel
fn clone(&self) -> ChemistryLabel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChemistryLabel
Source§impl Debug for ChemistryLabel
impl Debug for ChemistryLabel
Source§impl<'de> Deserialize<'de> for ChemistryLabel
impl<'de> Deserialize<'de> for ChemistryLabel
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 ChemistryLabel
Source§impl PartialEq for ChemistryLabel
impl PartialEq for ChemistryLabel
Source§impl Serialize for ChemistryLabel
impl Serialize for ChemistryLabel
impl StructuralPartialEq for ChemistryLabel
Auto Trait Implementations§
impl Freeze for ChemistryLabel
impl RefUnwindSafe for ChemistryLabel
impl Send for ChemistryLabel
impl Sync for ChemistryLabel
impl Unpin for ChemistryLabel
impl UnsafeUnpin for ChemistryLabel
impl UnwindSafe for ChemistryLabel
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