Enum apple_bundle::info_plist::app_execution::WkBackgroundMode [−][src]
pub enum WkBackgroundMode {
WorkoutProcessing,
SelfCare,
Mindfulness,
PhysicalTherapy,
Alarm,
}Expand description
WK Background Mode
Variants
Allows an active workout session to run in the background.
Enables extended runtime sessions for brief activities focusing on health or emotional well-being.
Enables extended runtime sessions for silent meditation.
Enables extended runtime sessions for stretching, strengthening, or range-of-motion exercises.
Enables extended runtime sessions for smart alarms.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for WkBackgroundModeimpl Send for WkBackgroundModeimpl Sync for WkBackgroundModeimpl Unpin for WkBackgroundModeimpl UnwindSafe for WkBackgroundModeBlanket Implementations
Mutably borrows from an owned value. Read more