#[repr(transparent)]pub struct EKErrorCode(pub NSInteger);
Available on crate feature
EKError
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl EKErrorCode
impl EKErrorCode
pub const EventNotMutable: Self
pub const NoCalendar: Self
pub const NoStartDate: Self
pub const NoEndDate: Self
pub const DatesInverted: Self
pub const InternalFailure: Self
pub const CalendarReadOnly: Self
pub const DurationGreaterThanRecurrence: Self
pub const AlarmGreaterThanRecurrence: Self
pub const StartDateTooFarInFuture: Self
pub const StartDateCollidesWithOtherOccurrence: Self
pub const ObjectBelongsToDifferentStore: Self
pub const InvitesCannotBeMoved: Self
pub const InvalidSpan: Self
pub const CalendarHasNoSource: Self
pub const CalendarSourceCannotBeModified: Self
pub const CalendarIsImmutable: Self
pub const SourceDoesNotAllowCalendarAddDelete: Self
pub const RecurringReminderRequiresDueDate: Self
pub const StructuredLocationsNotSupported: Self
pub const ReminderLocationsNotSupported: Self
pub const AlarmProximityNotSupported: Self
pub const CalendarDoesNotAllowEvents: Self
pub const CalendarDoesNotAllowReminders: Self
pub const SourceDoesNotAllowReminders: Self
pub const SourceDoesNotAllowEvents: Self
pub const PriorityIsInvalid: Self
pub const InvalidEntityType: Self
pub const ProcedureAlarmsNotMutable: Self
pub const EventStoreNotAuthorized: Self
pub const OSNotSupported: Self
pub const InvalidInviteReplyCalendar: Self
pub const NotificationsCollectionFlagNotSet: Self
pub const SourceMismatch: Self
pub const NotificationCollectionMismatch: Self
pub const NotificationSavedWithoutCollection: Self
pub const ReminderAlarmContainsEmailOrUrl: Self
pub const Last: Self
Trait Implementations§
Source§impl Clone for EKErrorCode
impl Clone for EKErrorCode
Source§fn clone(&self) -> EKErrorCode
fn clone(&self) -> EKErrorCode
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 EKErrorCode
impl Debug for EKErrorCode
Source§impl Encode for EKErrorCode
impl Encode for EKErrorCode
Source§impl Hash for EKErrorCode
impl Hash for EKErrorCode
Source§impl Ord for EKErrorCode
impl Ord for EKErrorCode
Source§fn cmp(&self, other: &EKErrorCode) -> Ordering
fn cmp(&self, other: &EKErrorCode) -> 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 PartialEq for EKErrorCode
impl PartialEq for EKErrorCode
Source§impl PartialOrd for EKErrorCode
impl PartialOrd for EKErrorCode
Source§impl RefEncode for EKErrorCode
impl RefEncode for EKErrorCode
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for EKErrorCode
impl Eq for EKErrorCode
impl StructuralPartialEq for EKErrorCode
Auto Trait Implementations§
impl Freeze for EKErrorCode
impl RefUnwindSafe for EKErrorCode
impl Send for EKErrorCode
impl Sync for EKErrorCode
impl Unpin for EKErrorCode
impl UnwindSafe for EKErrorCode
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<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.