pub struct ExposureNotification {
pub exposure_notification: Option<bool>,
}Expand description
Exposure Notification
Fields§
§exposure_notification: Option<bool>A Boolean value that indicates whether the app may use exposure notification.
Before you can develop an app that uses exposure notifications, you need this entitlement. For more information on this entitlement, see Exposure Notification APIs Addendum. To get permission to use this entitlement, see Exposure Notification Entitlement Request.
§Availability
- iOS 13.5+
§Framework
- Exposure Notification
Trait Implementations§
Source§impl Clone for ExposureNotification
impl Clone for ExposureNotification
Source§fn clone(&self) -> ExposureNotification
fn clone(&self) -> ExposureNotification
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 ExposureNotification
impl Debug for ExposureNotification
Source§impl Default for ExposureNotification
impl Default for ExposureNotification
Source§fn default() -> ExposureNotification
fn default() -> ExposureNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExposureNotification
impl<'de> Deserialize<'de> for ExposureNotification
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 ExposureNotification
impl PartialEq for ExposureNotification
Source§impl Serialize for ExposureNotification
impl Serialize for ExposureNotification
impl Eq for ExposureNotification
impl StructuralPartialEq for ExposureNotification
Auto Trait Implementations§
impl Freeze for ExposureNotification
impl RefUnwindSafe for ExposureNotification
impl Send for ExposureNotification
impl Sync for ExposureNotification
impl Unpin for ExposureNotification
impl UnwindSafe for ExposureNotification
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.