#[repr(transparent)]pub struct LPErrorCode(pub NSInteger);Available on crate feature
LPError only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl LPErrorCode
impl LPErrorCode
Sourcepub const MetadataFetchFailed: Self
pub const MetadataFetchFailed: Self
An error indicating that a metadata fetch failed.
Sourcepub const MetadataFetchCancelled: Self
pub const MetadataFetchCancelled: Self
An error indicating that the metadata fetch was canceled by the client.
Sourcepub const MetadataFetchTimedOut: Self
pub const MetadataFetchTimedOut: Self
An error indicating that the metadata fetch took longer than allowed.
Sourcepub const MetadataFetchNotAllowed: Self
pub const MetadataFetchNotAllowed: Self
An error indicating that the metadata fetch was not allowed due to system policies.
Trait Implementations§
Source§impl Clone for LPErrorCode
impl Clone for LPErrorCode
Source§fn clone(&self) -> LPErrorCode
fn clone(&self) -> LPErrorCode
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 LPErrorCode
impl Debug for LPErrorCode
Source§impl Encode for LPErrorCode
impl Encode for LPErrorCode
Source§impl Hash for LPErrorCode
impl Hash for LPErrorCode
Source§impl Ord for LPErrorCode
impl Ord for LPErrorCode
Source§fn cmp(&self, other: &LPErrorCode) -> Ordering
fn cmp(&self, other: &LPErrorCode) -> 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 LPErrorCode
impl PartialEq for LPErrorCode
Source§impl PartialOrd for LPErrorCode
impl PartialOrd for LPErrorCode
Source§impl RefEncode for LPErrorCode
impl RefEncode for LPErrorCode
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 LPErrorCode
impl Eq for LPErrorCode
impl StructuralPartialEq for LPErrorCode
Auto Trait Implementations§
impl Freeze for LPErrorCode
impl RefUnwindSafe for LPErrorCode
impl Send for LPErrorCode
impl Sync for LPErrorCode
impl Unpin for LPErrorCode
impl UnwindSafe for LPErrorCode
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.