pub enum CostFeeling {
Comfortable,
Mindful,
Concerned,
Anxious,
Panicked,
}Variants§
Trait Implementations§
Source§impl Clone for CostFeeling
impl Clone for CostFeeling
Source§fn clone(&self) -> CostFeeling
fn clone(&self) -> CostFeeling
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 CostFeeling
impl Debug for CostFeeling
Source§impl<'de> Deserialize<'de> for CostFeeling
impl<'de> Deserialize<'de> for CostFeeling
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 CostFeeling
impl PartialEq for CostFeeling
Source§impl Serialize for CostFeeling
impl Serialize for CostFeeling
impl Copy for CostFeeling
impl Eq for CostFeeling
impl StructuralPartialEq for CostFeeling
Auto Trait Implementations§
impl Freeze for CostFeeling
impl RefUnwindSafe for CostFeeling
impl Send for CostFeeling
impl Sync for CostFeeling
impl Unpin for CostFeeling
impl UnsafeUnpin for CostFeeling
impl UnwindSafe for CostFeeling
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