#[repr(transparent)]pub struct CLLocationPushServiceError(pub NSInteger);
Available on crate feature
CLLocationPushServiceError
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl CLLocationPushServiceError
impl CLLocationPushServiceError
pub const Unknown: Self
pub const MissingPushExtension: Self
pub const MissingPushServerEnvironment: Self
pub const MissingEntitlement: Self
pub const UnsupportedPlatform: Self
Trait Implementations§
Source§impl Clone for CLLocationPushServiceError
impl Clone for CLLocationPushServiceError
Source§fn clone(&self) -> CLLocationPushServiceError
fn clone(&self) -> CLLocationPushServiceError
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 CLLocationPushServiceError
impl Debug for CLLocationPushServiceError
Source§impl Encode for CLLocationPushServiceError
impl Encode for CLLocationPushServiceError
Source§impl Hash for CLLocationPushServiceError
impl Hash for CLLocationPushServiceError
Source§impl Ord for CLLocationPushServiceError
impl Ord for CLLocationPushServiceError
Source§fn cmp(&self, other: &CLLocationPushServiceError) -> Ordering
fn cmp(&self, other: &CLLocationPushServiceError) -> 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 CLLocationPushServiceError
impl PartialOrd for CLLocationPushServiceError
Source§impl RefEncode for CLLocationPushServiceError
impl RefEncode for CLLocationPushServiceError
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 CLLocationPushServiceError
impl Eq for CLLocationPushServiceError
impl StructuralPartialEq for CLLocationPushServiceError
Auto Trait Implementations§
impl Freeze for CLLocationPushServiceError
impl RefUnwindSafe for CLLocationPushServiceError
impl Send for CLLocationPushServiceError
impl Sync for CLLocationPushServiceError
impl Unpin for CLLocationPushServiceError
impl UnwindSafe for CLLocationPushServiceError
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.