#[repr(u64)]pub enum UNNotificationActionOptions {
None = 0,
AuthenticationRequired = 1,
Destructive = 2,
Foreground = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for UNNotificationActionOptions
impl Clone for UNNotificationActionOptions
Source§fn clone(&self) -> UNNotificationActionOptions
fn clone(&self) -> UNNotificationActionOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UNNotificationActionOptions
impl Debug for UNNotificationActionOptions
Source§impl Ord for UNNotificationActionOptions
impl Ord for UNNotificationActionOptions
Source§fn cmp(&self, other: &UNNotificationActionOptions) -> Ordering
fn cmp(&self, other: &UNNotificationActionOptions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for UNNotificationActionOptions
impl PartialOrd for UNNotificationActionOptions
impl Copy for UNNotificationActionOptions
impl Eq for UNNotificationActionOptions
impl StructuralPartialEq for UNNotificationActionOptions
Auto Trait Implementations§
impl Freeze for UNNotificationActionOptions
impl RefUnwindSafe for UNNotificationActionOptions
impl Send for UNNotificationActionOptions
impl Sync for UNNotificationActionOptions
impl Unpin for UNNotificationActionOptions
impl UnwindSafe for UNNotificationActionOptions
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