Enum apple_bundle::info_plist::app_execution::UiBackgroundMode [−][src]
pub enum UiBackgroundMode {
Audio,
Location,
Voip,
ExternalAccessory,
BluetoothCentral,
BluetoothPeripheral,
Fetch,
RemoteNotification,
Processing,
}Expand description
UI Background Mode
Variants
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 UiBackgroundModeimpl Send for UiBackgroundModeimpl Sync for UiBackgroundModeimpl Unpin for UiBackgroundModeimpl UnwindSafe for UiBackgroundModeBlanket Implementations
Mutably borrows from an owned value. Read more