#[repr(transparent)]pub struct UNErrorCode(pub NSInteger);
Available on crate feature
UNError
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl UNErrorCode
impl UNErrorCode
pub const NotificationsNotAllowed: Self
pub const AttachmentInvalidURL: Self
pub const AttachmentUnrecognizedType: Self
pub const AttachmentInvalidFileSize: Self
pub const AttachmentNotInDataStore: Self
pub const AttachmentMoveIntoDataStoreFailed: Self
pub const AttachmentCorrupt: Self
pub const NotificationInvalidNoDate: Self
pub const NotificationInvalidNoContent: Self
pub const ContentProvidingObjectNotAllowed: Self
pub const ContentProvidingInvalid: Self
pub const BadgeInputInvalid: Self
Trait Implementations§
Source§impl Clone for UNErrorCode
impl Clone for UNErrorCode
Source§fn clone(&self) -> UNErrorCode
fn clone(&self) -> UNErrorCode
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 UNErrorCode
impl Debug for UNErrorCode
Source§impl Encode for UNErrorCode
impl Encode for UNErrorCode
Source§impl Hash for UNErrorCode
impl Hash for UNErrorCode
Source§impl Ord for UNErrorCode
impl Ord for UNErrorCode
Source§fn cmp(&self, other: &UNErrorCode) -> Ordering
fn cmp(&self, other: &UNErrorCode) -> 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 UNErrorCode
impl PartialEq for UNErrorCode
Source§impl PartialOrd for UNErrorCode
impl PartialOrd for UNErrorCode
Source§impl RefEncode for UNErrorCode
impl RefEncode for UNErrorCode
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 UNErrorCode
impl Eq for UNErrorCode
impl StructuralPartialEq for UNErrorCode
Auto Trait Implementations§
impl Freeze for UNErrorCode
impl RefUnwindSafe for UNErrorCode
impl Send for UNErrorCode
impl Sync for UNErrorCode
impl Unpin for UNErrorCode
impl UnwindSafe for UNErrorCode
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.