#[repr(transparent)]pub struct NEProviderStopReason(pub NSInteger);
Expand description
Provider stop reasons
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NEProviderStopReason
impl NEProviderStopReason
pub const None: Self
pub const UserInitiated: Self
pub const ProviderFailed: Self
pub const NoNetworkAvailable: Self
pub const UnrecoverableNetworkChange: Self
pub const ProviderDisabled: Self
pub const AuthenticationCanceled: Self
pub const ConfigurationFailed: Self
pub const IdleTimeout: Self
pub const ConfigurationDisabled: Self
pub const ConfigurationRemoved: Self
pub const Superceded: Self
pub const UserLogout: Self
pub const UserSwitch: Self
pub const ConnectionFailed: Self
pub const Sleep: Self
pub const AppUpdate: Self
pub const InternalError: Self
Trait Implementations§
Source§impl Clone for NEProviderStopReason
impl Clone for NEProviderStopReason
Source§fn clone(&self) -> NEProviderStopReason
fn clone(&self) -> NEProviderStopReason
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 NEProviderStopReason
impl Debug for NEProviderStopReason
Source§impl Encode for NEProviderStopReason
impl Encode for NEProviderStopReason
Source§impl Hash for NEProviderStopReason
impl Hash for NEProviderStopReason
Source§impl Ord for NEProviderStopReason
impl Ord for NEProviderStopReason
Source§fn cmp(&self, other: &NEProviderStopReason) -> Ordering
fn cmp(&self, other: &NEProviderStopReason) -> 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 NEProviderStopReason
impl PartialEq for NEProviderStopReason
Source§impl PartialOrd for NEProviderStopReason
impl PartialOrd for NEProviderStopReason
Source§impl RefEncode for NEProviderStopReason
impl RefEncode for NEProviderStopReason
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 NEProviderStopReason
impl Eq for NEProviderStopReason
impl StructuralPartialEq for NEProviderStopReason
Auto Trait Implementations§
impl Freeze for NEProviderStopReason
impl RefUnwindSafe for NEProviderStopReason
impl Send for NEProviderStopReason
impl Sync for NEProviderStopReason
impl Unpin for NEProviderStopReason
impl UnwindSafe for NEProviderStopReason
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.