#[repr(transparent)]pub struct PKIdentityError(pub NSInteger);Available on crate feature
PKIdentityError only.Expand description
Identity error codes.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl PKIdentityError
impl PKIdentityError
Sourcepub const NotSupported: Self
pub const NotSupported: Self
Returned if the request originates from an unsupported device.
Returned if a request cannot be processed because the network is not available.
Sourcepub const NoElementsRequested: Self
pub const NoElementsRequested: Self
Returned if no supported elements were requested.
Sourcepub const RequestAlreadyInProgress: Self
pub const RequestAlreadyInProgress: Self
Returned if a request is made but another request is already in progress.
Sourcepub const InvalidNonce: Self
pub const InvalidNonce: Self
Returned if the caller-supplied nonce is too large or otherwise unsuitable.
Sourcepub const InvalidElement: Self
pub const InvalidElement: Self
Returned if an element requested by the caller is invalid.
Sourcepub const RegionNotSupported: Self
pub const RegionNotSupported: Self
Returned if the document descriptor region is not supported.
Trait Implementations§
Source§impl Clone for PKIdentityError
impl Clone for PKIdentityError
Source§fn clone(&self) -> PKIdentityError
fn clone(&self) -> PKIdentityError
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 PKIdentityError
impl Debug for PKIdentityError
Source§impl Encode for PKIdentityError
impl Encode for PKIdentityError
Source§impl Hash for PKIdentityError
impl Hash for PKIdentityError
Source§impl Ord for PKIdentityError
impl Ord for PKIdentityError
Source§fn cmp(&self, other: &PKIdentityError) -> Ordering
fn cmp(&self, other: &PKIdentityError) -> 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 PKIdentityError
impl PartialEq for PKIdentityError
Source§impl PartialOrd for PKIdentityError
impl PartialOrd for PKIdentityError
Source§impl RefEncode for PKIdentityError
impl RefEncode for PKIdentityError
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 PKIdentityError
impl Eq for PKIdentityError
impl StructuralPartialEq for PKIdentityError
Auto Trait Implementations§
impl Freeze for PKIdentityError
impl RefUnwindSafe for PKIdentityError
impl Send for PKIdentityError
impl Sync for PKIdentityError
impl Unpin for PKIdentityError
impl UnwindSafe for PKIdentityError
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.