#[repr(transparent)]pub struct MEComposeSessionErrorCode(pub NSInteger);Available on crate feature
MEComposeSession only.Tuple Fields§
§0: NSIntegerImplementations§
source§impl MEComposeSessionErrorCode
impl MEComposeSessionErrorCode
pub const InvalidRecipients: Self = _
pub const InvalidHeaders: Self = _
pub const InvalidBody: Self = _
Trait Implementations§
source§impl Clone for MEComposeSessionErrorCode
impl Clone for MEComposeSessionErrorCode
source§fn clone(&self) -> MEComposeSessionErrorCode
fn clone(&self) -> MEComposeSessionErrorCode
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 MEComposeSessionErrorCode
impl Debug for MEComposeSessionErrorCode
source§impl Encode for MEComposeSessionErrorCode
impl Encode for MEComposeSessionErrorCode
source§impl Hash for MEComposeSessionErrorCode
impl Hash for MEComposeSessionErrorCode
source§impl Ord for MEComposeSessionErrorCode
impl Ord for MEComposeSessionErrorCode
source§fn cmp(&self, other: &MEComposeSessionErrorCode) -> Ordering
fn cmp(&self, other: &MEComposeSessionErrorCode) -> 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 MEComposeSessionErrorCode
impl PartialEq for MEComposeSessionErrorCode
source§fn eq(&self, other: &MEComposeSessionErrorCode) -> bool
fn eq(&self, other: &MEComposeSessionErrorCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for MEComposeSessionErrorCode
impl PartialOrd for MEComposeSessionErrorCode
source§fn partial_cmp(&self, other: &MEComposeSessionErrorCode) -> Option<Ordering>
fn partial_cmp(&self, other: &MEComposeSessionErrorCode) -> 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 MEComposeSessionErrorCode
impl RefEncode for MEComposeSessionErrorCode
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 MEComposeSessionErrorCode
impl Eq for MEComposeSessionErrorCode
impl StructuralPartialEq for MEComposeSessionErrorCode
Auto Trait Implementations§
impl Freeze for MEComposeSessionErrorCode
impl RefUnwindSafe for MEComposeSessionErrorCode
impl Send for MEComposeSessionErrorCode
impl Sync for MEComposeSessionErrorCode
impl Unpin for MEComposeSessionErrorCode
impl UnwindSafe for MEComposeSessionErrorCode
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.