#[repr(transparent)]pub struct EKParticipantScheduleStatus(pub NSInteger);Available on crate feature
EKTypes only.Tuple Fields§
§0: NSIntegerImplementations§
source§impl EKParticipantScheduleStatus
impl EKParticipantScheduleStatus
pub const None: Self = _
pub const Pending: Self = _
pub const Sent: Self = _
pub const Delivered: Self = _
pub const RecipientNotRecognized: Self = _
pub const NoPrivileges: Self = _
pub const DeliveryFailed: Self = _
pub const CannotDeliver: Self = _
pub const RecipientNotAllowed: Self = _
Trait Implementations§
source§impl Clone for EKParticipantScheduleStatus
impl Clone for EKParticipantScheduleStatus
source§fn clone(&self) -> EKParticipantScheduleStatus
fn clone(&self) -> EKParticipantScheduleStatus
Returns a copy 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 EKParticipantScheduleStatus
impl Debug for EKParticipantScheduleStatus
source§impl Encode for EKParticipantScheduleStatus
impl Encode for EKParticipantScheduleStatus
source§impl Hash for EKParticipantScheduleStatus
impl Hash for EKParticipantScheduleStatus
source§impl Ord for EKParticipantScheduleStatus
impl Ord for EKParticipantScheduleStatus
source§fn cmp(&self, other: &EKParticipantScheduleStatus) -> Ordering
fn cmp(&self, other: &EKParticipantScheduleStatus) -> 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 EKParticipantScheduleStatus
impl PartialEq for EKParticipantScheduleStatus
source§fn eq(&self, other: &EKParticipantScheduleStatus) -> bool
fn eq(&self, other: &EKParticipantScheduleStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for EKParticipantScheduleStatus
impl PartialOrd for EKParticipantScheduleStatus
source§fn partial_cmp(&self, other: &EKParticipantScheduleStatus) -> Option<Ordering>
fn partial_cmp(&self, other: &EKParticipantScheduleStatus) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl RefEncode for EKParticipantScheduleStatus
impl RefEncode for EKParticipantScheduleStatus
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 EKParticipantScheduleStatus
impl Eq for EKParticipantScheduleStatus
impl StructuralPartialEq for EKParticipantScheduleStatus
Auto Trait Implementations§
impl Freeze for EKParticipantScheduleStatus
impl RefUnwindSafe for EKParticipantScheduleStatus
impl Send for EKParticipantScheduleStatus
impl Sync for EKParticipantScheduleStatus
impl Unpin for EKParticipantScheduleStatus
impl UnwindSafe for EKParticipantScheduleStatus
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> 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.