pub enum WorkoutSource {
Manual,
Autodetected,
Confirmed,
WorkoutHeartRate,
}
Variants§
Trait Implementations§
Source§impl Debug for WorkoutSource
impl Debug for WorkoutSource
Source§impl<'de> Deserialize<'de> for WorkoutSource
impl<'de> Deserialize<'de> for WorkoutSource
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 WorkoutSource
impl PartialEq for WorkoutSource
impl StructuralPartialEq for WorkoutSource
Auto Trait Implementations§
impl Freeze for WorkoutSource
impl RefUnwindSafe for WorkoutSource
impl Send for WorkoutSource
impl Sync for WorkoutSource
impl Unpin for WorkoutSource
impl UnwindSafe for WorkoutSource
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