pub struct Entitlements {Show 21 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§
Source§impl Clone for Entitlements
impl Clone for Entitlements
Source§fn clone(&self) -> Entitlements
fn clone(&self) -> Entitlements
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Entitlements
impl Debug for Entitlements
Source§impl Default for Entitlements
impl Default for Entitlements
Source§fn default() -> Entitlements
fn default() -> Entitlements
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Entitlements
impl<'de> Deserialize<'de> for Entitlements
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 Entitlements
impl PartialEq for Entitlements
Source§impl Serialize for Entitlements
impl Serialize for Entitlements
impl Eq for Entitlements
impl StructuralPartialEq for Entitlements
Auto Trait Implementations§
impl Freeze for Entitlements
impl RefUnwindSafe for Entitlements
impl Send for Entitlements
impl Sync for Entitlements
impl Unpin for Entitlements
impl UnwindSafe for Entitlements
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.