#[repr(transparent)]pub struct ACErrorCode(pub c_uint);
Available on crate feature
ACError
only.Expand description
Tuple Fields§
§0: c_uint
Implementations§
Source§impl ACErrorCode
impl ACErrorCode
pub const Unknown: Self
pub const AccountMissingRequiredProperty: Self
pub const AccountAuthenticationFailed: Self
pub const AccountTypeInvalid: Self
pub const AccountAlreadyExists: Self
pub const AccountNotFound: Self
pub const PermissionDenied: Self
pub const AccessInfoInvalid: Self
pub const ClientPermissionDenied: Self
pub const AccessDeniedByProtectionPolicy: Self
pub const CredentialNotFound: Self
pub const FetchCredentialFailed: Self
pub const StoreCredentialFailed: Self
pub const RemoveCredentialFailed: Self
pub const UpdatingNonexistentAccount: Self
pub const InvalidClientBundleID: Self
pub const DeniedByPlugin: Self
pub const CoreDataSaveFailed: Self
pub const FailedSerializingAccountInfo: Self
pub const InvalidCommand: Self
pub const MissingTransportMessageID: Self
pub const CredentialItemNotFound: Self
pub const CredentialItemNotExpired: Self
Trait Implementations§
Source§impl Clone for ACErrorCode
impl Clone for ACErrorCode
Source§fn clone(&self) -> ACErrorCode
fn clone(&self) -> ACErrorCode
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 ACErrorCode
impl Debug for ACErrorCode
Source§impl Encode for ACErrorCode
impl Encode for ACErrorCode
Source§impl Hash for ACErrorCode
impl Hash for ACErrorCode
Source§impl Ord for ACErrorCode
impl Ord for ACErrorCode
Source§fn cmp(&self, other: &ACErrorCode) -> Ordering
fn cmp(&self, other: &ACErrorCode) -> 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 ACErrorCode
impl PartialEq for ACErrorCode
Source§impl PartialOrd for ACErrorCode
impl PartialOrd for ACErrorCode
Source§impl RefEncode for ACErrorCode
impl RefEncode for ACErrorCode
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 ACErrorCode
impl Eq for ACErrorCode
impl StructuralPartialEq for ACErrorCode
Auto Trait Implementations§
impl Freeze for ACErrorCode
impl RefUnwindSafe for ACErrorCode
impl Send for ACErrorCode
impl Sync for ACErrorCode
impl Unpin for ACErrorCode
impl UnwindSafe for ACErrorCode
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.