pub enum EnergyFeeling {
Vigorous,
Steady,
Busy,
Strained,
Depleted,
Constrained,
}Variants§
Trait Implementations§
Source§impl Clone for EnergyFeeling
impl Clone for EnergyFeeling
Source§fn clone(&self) -> EnergyFeeling
fn clone(&self) -> EnergyFeeling
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 EnergyFeeling
impl Debug for EnergyFeeling
Source§impl<'de> Deserialize<'de> for EnergyFeeling
impl<'de> Deserialize<'de> for EnergyFeeling
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 EnergyFeeling
impl Display for EnergyFeeling
Source§impl PartialEq for EnergyFeeling
impl PartialEq for EnergyFeeling
Source§impl Serialize for EnergyFeeling
impl Serialize for EnergyFeeling
impl Copy for EnergyFeeling
impl Eq for EnergyFeeling
impl StructuralPartialEq for EnergyFeeling
Auto Trait Implementations§
impl Freeze for EnergyFeeling
impl RefUnwindSafe for EnergyFeeling
impl Send for EnergyFeeling
impl Sync for EnergyFeeling
impl Unpin for EnergyFeeling
impl UnsafeUnpin for EnergyFeeling
impl UnwindSafe for EnergyFeeling
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