Struct apple_bundle::info_plist::protected_resources::Contacts [−][src]
Expand description
Fields
contacts_usage_description: Option<String>A message that tells the user why the app is requesting access to the user’s contacts.
Important
This key is required if your app uses APIs that access the user’s contacts.
Availability
- iOS 6.0+
- macOS 10.8+
Framework
- Contacts
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 Contactsimpl UnwindSafe for ContactsBlanket Implementations
Mutably borrows from an owned value. Read more