#[repr(transparent)]pub struct GKInviteRecipientResponse(pub NSInteger);Available on crate feature
GKMatchmaker only.Expand description
Possible invitee responses
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl GKInviteRecipientResponse
impl GKInviteRecipientResponse
pub const Accepted: Self
pub const Declined: Self
pub const Failed: Self
pub const Incompatible: Self
pub const UnableToConnect: Self
pub const NoAnswer: Self
pub const GKInviteeResponseAccepted: Self
👎Deprecated
pub const GKInviteeResponseDeclined: Self
👎Deprecated
pub const GKInviteeResponseFailed: Self
👎Deprecated
pub const GKInviteeResponseIncompatible: Self
👎Deprecated
pub const GKInviteeResponseUnableToConnect: Self
👎Deprecated
pub const GKInviteeResponseNoAnswer: Self
👎Deprecated
Trait Implementations§
Source§impl Clone for GKInviteRecipientResponse
impl Clone for GKInviteRecipientResponse
Source§fn clone(&self) -> GKInviteRecipientResponse
fn clone(&self) -> GKInviteRecipientResponse
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 GKInviteRecipientResponse
impl Debug for GKInviteRecipientResponse
Source§impl Encode for GKInviteRecipientResponse
impl Encode for GKInviteRecipientResponse
Source§impl Hash for GKInviteRecipientResponse
impl Hash for GKInviteRecipientResponse
Source§impl Ord for GKInviteRecipientResponse
impl Ord for GKInviteRecipientResponse
Source§fn cmp(&self, other: &GKInviteRecipientResponse) -> Ordering
fn cmp(&self, other: &GKInviteRecipientResponse) -> 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 GKInviteRecipientResponse
impl PartialOrd for GKInviteRecipientResponse
Source§impl RefEncode for GKInviteRecipientResponse
impl RefEncode for GKInviteRecipientResponse
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 GKInviteRecipientResponse
impl Eq for GKInviteRecipientResponse
impl StructuralPartialEq for GKInviteRecipientResponse
Auto Trait Implementations§
impl Freeze for GKInviteRecipientResponse
impl RefUnwindSafe for GKInviteRecipientResponse
impl Send for GKInviteRecipientResponse
impl Sync for GKInviteRecipientResponse
impl Unpin for GKInviteRecipientResponse
impl UnwindSafe for GKInviteRecipientResponse
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.