#[repr(transparent)]pub struct BAErrorCode(pub NSInteger);Available on crate feature
BAError only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl BAErrorCode
impl BAErrorCode
pub const DownloadInvalid: Self
pub const CallFromExtensionNotAllowed: Self
pub const CallFromInactiveProcessNotAllowed: Self
pub const CallerConnectionNotAccepted: Self
pub const CallerConnectionInvalid: Self
pub const DownloadAlreadyScheduled: Self
pub const DownloadNotScheduled: Self
pub const DownloadFailedToStart: Self
pub const DownloadAlreadyFailed: Self
pub const DownloadEssentialDownloadNotPermitted: Self
pub const DownloadBackgroundActivityProhibited: Self
pub const DownloadWouldExceedAllowance: Self
pub const DownloadDoesNotExist: Self
pub const SessionDownloadDisallowedByDomain: Self
pub const SessionDownloadDisallowedByAllowance: Self
pub const SessionDownloadAllowanceExceeded: Self
pub const SessionDownloadNotPermittedBeforeAppLaunch: Self
Trait Implementations§
Source§impl Clone for BAErrorCode
impl Clone for BAErrorCode
Source§fn clone(&self) -> BAErrorCode
fn clone(&self) -> BAErrorCode
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 BAErrorCode
impl Debug for BAErrorCode
Source§impl Encode for BAErrorCode
impl Encode for BAErrorCode
Source§impl Hash for BAErrorCode
impl Hash for BAErrorCode
Source§impl Ord for BAErrorCode
impl Ord for BAErrorCode
Source§fn cmp(&self, other: &BAErrorCode) -> Ordering
fn cmp(&self, other: &BAErrorCode) -> 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 BAErrorCode
impl PartialEq for BAErrorCode
Source§impl PartialOrd for BAErrorCode
impl PartialOrd for BAErrorCode
Source§impl RefEncode for BAErrorCode
impl RefEncode for BAErrorCode
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 BAErrorCode
impl Eq for BAErrorCode
impl StructuralPartialEq for BAErrorCode
Auto Trait Implementations§
impl Freeze for BAErrorCode
impl RefUnwindSafe for BAErrorCode
impl Send for BAErrorCode
impl Sync for BAErrorCode
impl Unpin for BAErrorCode
impl UnwindSafe for BAErrorCode
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.