Struct apple_bundle::entitlements::Entitlements [−][src]
pub struct Entitlements {Show fields
pub authentication: Authentication,
pub app_clips: AppClips,
pub car_play: CarPlay,
pub contacts: Contacts,
pub education: Education,
pub exposure_notification: ExposureNotification,
pub games: Games,
pub health: Health,
pub home_automation: HomeAutomation,
pub hypervisor: Hypervisor,
pub icloud: ICloud,
pub networking: Networking,
pub push_notifications: PushNotifications,
pub security: Security,
pub sensors: Sensors,
pub siri: Siri,
pub system: System,
pub tv: Tv,
pub wallet: Wallet,
pub wireless_interfaces: WirelessInterfaces,
pub deprecated_entitlements: DeprecatedEntitlements,
}Expand description
Entitlements. https://developer.apple.com/documentation/bundleresources/entitlements
Fields
authentication: AuthenticationAuthentication
app_clips: AppClipsApp Clips
car_play: CarPlayCar Play
contacts: ContactsContacts
education: EducationEducation
exposure_notification: ExposureNotificationExposure Notification
games: GamesGames
health: HealthHealth
home_automation: HomeAutomationHome Automation
hypervisor: HypervisorHypervisor
icloud: ICloudiCloud
networking: NetworkingNetworking
push_notifications: PushNotificationsPush Notifications
security: SecuritySecurity
sensors: SensorsSensors
siri: SiriSiri
system: SystemSystem
tv: TvTV
wallet: WalletWallet
wireless_interfaces: WirelessInterfacesWireless Interfaces
deprecated_entitlements: DeprecatedEntitlementsDeprecated Entitlements
Trait Implementations
Returns the “default value” for a type. Read more
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Entitlementsimpl Send for Entitlementsimpl Sync for Entitlementsimpl Unpin for Entitlementsimpl UnwindSafe for EntitlementsBlanket Implementations
Mutably borrows from an owned value. Read more