Enum oura_api::models::WorkoutIntensity
source · 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<WorkoutIntensity> for WorkoutIntensity
impl PartialEq<WorkoutIntensity> for WorkoutIntensity
source§fn eq(&self, other: &WorkoutIntensity) -> bool
fn eq(&self, other: &WorkoutIntensity) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for WorkoutIntensity
Auto Trait Implementations§
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