pub enum AlarmType {
Display,
Audio,
Procedure,
Email,
Unknown,
}Expand description
EKAlarm.type — derived by Apple from which optional fields are set:
soundName → Audio, url → Procedure, emailAddress → Email, else Display.
Variants§
Trait Implementations§
impl Copy for AlarmType
impl Eq for AlarmType
impl StructuralPartialEq for AlarmType
Auto Trait Implementations§
impl Freeze for AlarmType
impl RefUnwindSafe for AlarmType
impl Send for AlarmType
impl Sync for AlarmType
impl Unpin for AlarmType
impl UnsafeUnpin for AlarmType
impl UnwindSafe for AlarmType
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