#[repr(transparent)]pub struct NEDNSProxyManagerError(pub NSInteger);
Expand description
DNS proxy error codes
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NEDNSProxyManagerError
impl NEDNSProxyManagerError
pub const ConfigurationInvalid: Self
pub const ConfigurationDisabled: Self
pub const ConfigurationStale: Self
pub const ConfigurationCannotBeRemoved: Self
Trait Implementations§
Source§impl Clone for NEDNSProxyManagerError
impl Clone for NEDNSProxyManagerError
Source§fn clone(&self) -> NEDNSProxyManagerError
fn clone(&self) -> NEDNSProxyManagerError
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 NEDNSProxyManagerError
impl Debug for NEDNSProxyManagerError
Source§impl Encode for NEDNSProxyManagerError
impl Encode for NEDNSProxyManagerError
Source§impl Hash for NEDNSProxyManagerError
impl Hash for NEDNSProxyManagerError
Source§impl Ord for NEDNSProxyManagerError
impl Ord for NEDNSProxyManagerError
Source§fn cmp(&self, other: &NEDNSProxyManagerError) -> Ordering
fn cmp(&self, other: &NEDNSProxyManagerError) -> 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 NEDNSProxyManagerError
impl PartialEq for NEDNSProxyManagerError
Source§impl PartialOrd for NEDNSProxyManagerError
impl PartialOrd for NEDNSProxyManagerError
Source§impl RefEncode for NEDNSProxyManagerError
impl RefEncode for NEDNSProxyManagerError
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 NEDNSProxyManagerError
impl Eq for NEDNSProxyManagerError
impl StructuralPartialEq for NEDNSProxyManagerError
Auto Trait Implementations§
impl Freeze for NEDNSProxyManagerError
impl RefUnwindSafe for NEDNSProxyManagerError
impl Send for NEDNSProxyManagerError
impl Sync for NEDNSProxyManagerError
impl Unpin for NEDNSProxyManagerError
impl UnwindSafe for NEDNSProxyManagerError
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.