#[repr(transparent)]pub struct UIMailConversationEntryKind(pub NSInteger);
Available on crate feature
UIMailConversationEntry
only.Expand description
A set of categories for an email.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl UIMailConversationEntryKind
impl UIMailConversationEntryKind
Sourcepub const Transaction: Self
pub const Transaction: Self
The email is related to a purchase or transaction.
Trait Implementations§
Source§impl Clone for UIMailConversationEntryKind
impl Clone for UIMailConversationEntryKind
Source§fn clone(&self) -> UIMailConversationEntryKind
fn clone(&self) -> UIMailConversationEntryKind
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 UIMailConversationEntryKind
impl Debug for UIMailConversationEntryKind
Source§impl Encode for UIMailConversationEntryKind
impl Encode for UIMailConversationEntryKind
Source§impl Hash for UIMailConversationEntryKind
impl Hash for UIMailConversationEntryKind
Source§impl Ord for UIMailConversationEntryKind
impl Ord for UIMailConversationEntryKind
Source§fn cmp(&self, other: &UIMailConversationEntryKind) -> Ordering
fn cmp(&self, other: &UIMailConversationEntryKind) -> 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 UIMailConversationEntryKind
impl PartialOrd for UIMailConversationEntryKind
Source§impl RefEncode for UIMailConversationEntryKind
impl RefEncode for UIMailConversationEntryKind
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 UIMailConversationEntryKind
impl Eq for UIMailConversationEntryKind
impl StructuralPartialEq for UIMailConversationEntryKind
Auto Trait Implementations§
impl Freeze for UIMailConversationEntryKind
impl RefUnwindSafe for UIMailConversationEntryKind
impl Send for UIMailConversationEntryKind
impl Sync for UIMailConversationEntryKind
impl Unpin for UIMailConversationEntryKind
impl UnwindSafe for UIMailConversationEntryKind
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.