#[repr(transparent)]pub struct NSFileProviderErrorCode(pub NSInteger);Available on crate feature
NSFileProviderError only.Tuple Fields§
§0: NSIntegerImplementations§
source§impl NSFileProviderErrorCode
impl NSFileProviderErrorCode
pub const NSFileProviderErrorNotAuthenticated: Self = _
pub const NSFileProviderErrorFilenameCollision: Self = _
pub const NSFileProviderErrorSyncAnchorExpired: Self = _
pub const NSFileProviderErrorPageExpired: Self = _
pub const NSFileProviderErrorInsufficientQuota: Self = _
pub const NSFileProviderErrorServerUnreachable: Self = _
pub const NSFileProviderErrorNoSuchItem: Self = _
pub const NSFileProviderErrorDeletionRejected: Self = _
pub const NSFileProviderErrorDirectoryNotEmpty: Self = _
pub const NSFileProviderErrorProviderNotFound: Self = _
pub const NSFileProviderErrorProviderTranslocated: Self = _
pub const NSFileProviderErrorOlderExtensionVersionRunning: Self = _
pub const NSFileProviderErrorNewerExtensionVersionFound: Self = _
pub const NSFileProviderErrorCannotSynchronize: Self = _
pub const NSFileProviderErrorNonEvictableChildren: Self = _
pub const NSFileProviderErrorUnsyncedEdits: Self = _
pub const NSFileProviderErrorNonEvictable: Self = _
pub const NSFileProviderErrorVersionNoLongerAvailable: Self = _
pub const NSFileProviderErrorExcludedFromSync: Self = _
pub const NSFileProviderErrorDomainDisabled: Self = _
pub const NSFileProviderErrorProviderDomainNotFound: Self = _
pub const NSFileProviderErrorApplicationExtensionNotFound: Self = _
Trait Implementations§
source§impl Clone for NSFileProviderErrorCode
impl Clone for NSFileProviderErrorCode
source§fn clone(&self) -> NSFileProviderErrorCode
fn clone(&self) -> NSFileProviderErrorCode
Returns a copy 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 NSFileProviderErrorCode
impl Debug for NSFileProviderErrorCode
source§impl Encode for NSFileProviderErrorCode
impl Encode for NSFileProviderErrorCode
source§impl Hash for NSFileProviderErrorCode
impl Hash for NSFileProviderErrorCode
source§impl Ord for NSFileProviderErrorCode
impl Ord for NSFileProviderErrorCode
source§fn cmp(&self, other: &NSFileProviderErrorCode) -> Ordering
fn cmp(&self, other: &NSFileProviderErrorCode) -> 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 NSFileProviderErrorCode
impl PartialEq for NSFileProviderErrorCode
source§fn eq(&self, other: &NSFileProviderErrorCode) -> bool
fn eq(&self, other: &NSFileProviderErrorCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for NSFileProviderErrorCode
impl PartialOrd for NSFileProviderErrorCode
source§fn partial_cmp(&self, other: &NSFileProviderErrorCode) -> Option<Ordering>
fn partial_cmp(&self, other: &NSFileProviderErrorCode) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl RefEncode for NSFileProviderErrorCode
impl RefEncode for NSFileProviderErrorCode
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 NSFileProviderErrorCode
impl Eq for NSFileProviderErrorCode
impl StructuralPartialEq for NSFileProviderErrorCode
Auto Trait Implementations§
impl Freeze for NSFileProviderErrorCode
impl RefUnwindSafe for NSFileProviderErrorCode
impl Send for NSFileProviderErrorCode
impl Sync for NSFileProviderErrorCode
impl Unpin for NSFileProviderErrorCode
impl UnwindSafe for NSFileProviderErrorCode
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> 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.