pub enum MomentMood {
Bad,
Worse,
Same,
Good,
Great,
}
Variants§
Trait Implementations§
Source§impl Debug for MomentMood
impl Debug for MomentMood
Source§impl<'de> Deserialize<'de> for MomentMood
impl<'de> Deserialize<'de> for MomentMood
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 PartialEq for MomentMood
impl PartialEq for MomentMood
impl StructuralPartialEq for MomentMood
Auto Trait Implementations§
impl Freeze for MomentMood
impl RefUnwindSafe for MomentMood
impl Send for MomentMood
impl Sync for MomentMood
impl Unpin for MomentMood
impl UnwindSafe for MomentMood
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