pub enum WorkoutIntensity {
Easy,
Moderate,
Hard,
}
Variants§
Trait Implementations§
Source§impl Debug for WorkoutIntensity
impl Debug for WorkoutIntensity
Source§impl<'de> Deserialize<'de> for WorkoutIntensity
impl<'de> Deserialize<'de> for WorkoutIntensity
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 WorkoutIntensity
impl PartialEq for WorkoutIntensity
impl StructuralPartialEq for WorkoutIntensity
Auto Trait Implementations§
impl Freeze for WorkoutIntensity
impl RefUnwindSafe for WorkoutIntensity
impl Send for WorkoutIntensity
impl Sync for WorkoutIntensity
impl Unpin for WorkoutIntensity
impl UnwindSafe for WorkoutIntensity
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