#[repr(transparent)]pub struct ILMessageFilterError(pub NSInteger);Available on crate feature
ILMessageFilterError only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl ILMessageFilterError
impl ILMessageFilterError
Sourcepub const InvalidNetworkURL: Self
pub const InvalidNetworkURL: Self
The network request URL included in the extension’s Info.plist was either missing or invalid. See documentation for network request URL requirements.
Extension’s containing app is not authorized to allow extension to defer network requests to the host specified in the URL of the extension’s Info.plist.
Sourcepub const NetworkRequestFailed: Self
pub const NetworkRequestFailed: Self
Network request was attempted but failed. See NSUnderlyingErrorKey in userInfo dictionary for details.
Sourcepub const RedundantNetworkDeferral: Self
pub const RedundantNetworkDeferral: Self
Extension requested to defer a request to its network service more than once. Requests may be deferred to the network at most once.
Trait Implementations§
Source§impl Clone for ILMessageFilterError
impl Clone for ILMessageFilterError
Source§fn clone(&self) -> ILMessageFilterError
fn clone(&self) -> ILMessageFilterError
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 ILMessageFilterError
impl Debug for ILMessageFilterError
Source§impl Encode for ILMessageFilterError
impl Encode for ILMessageFilterError
Source§impl Hash for ILMessageFilterError
impl Hash for ILMessageFilterError
Source§impl Ord for ILMessageFilterError
impl Ord for ILMessageFilterError
Source§fn cmp(&self, other: &ILMessageFilterError) -> Ordering
fn cmp(&self, other: &ILMessageFilterError) -> 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 ILMessageFilterError
impl PartialEq for ILMessageFilterError
Source§impl PartialOrd for ILMessageFilterError
impl PartialOrd for ILMessageFilterError
Source§impl RefEncode for ILMessageFilterError
impl RefEncode for ILMessageFilterError
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 ILMessageFilterError
impl Eq for ILMessageFilterError
impl StructuralPartialEq for ILMessageFilterError
Auto Trait Implementations§
impl Freeze for ILMessageFilterError
impl RefUnwindSafe for ILMessageFilterError
impl Send for ILMessageFilterError
impl Sync for ILMessageFilterError
impl Unpin for ILMessageFilterError
impl UnwindSafe for ILMessageFilterError
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.