#[repr(transparent)]pub struct AMErrorCode(pub NSInteger);
Available on crate feature
AutomatorErrors
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl AMErrorCode
impl AMErrorCode
pub const WorkflowNewerVersionError: Self
pub const WorkflowPropertyListInvalidError: Self
pub const WorkflowNewerActionVersionError: Self
pub const WorkflowOlderActionVersionError: Self
pub const WorkflowActionsNotLoadedError: Self
pub const WorkflowNoEnabledActionsError: Self
pub const UserCanceledError: Self
pub const NoSuchActionError: Self
pub const ActionNotLoadableError: Self
pub const ActionArchitectureMismatchError: Self
pub const ActionRuntimeMismatchError: Self
pub const ActionLoadError: Self
pub const ActionLinkError: Self
pub const ActionApplicationResourceError: Self
pub const ActionApplicationVersionResourceError: Self
pub const ActionFileResourceError: Self
pub const ActionLicenseResourceError: Self
pub const ActionRequiredActionResourceError: Self
pub const ActionInitializationError: Self
pub const ActionExecutionError: Self
pub const ActionExceptionError: Self
pub const ActionPropertyListInvalidError: Self
pub const ActionInsufficientDataError: Self
pub const ActionIsDeprecatedError: Self
pub const ActionFailedGatekeeperError: Self
pub const ActionSignatureCorruptError: Self
pub const ActionQuarantineError: Self
pub const ActionXProtectError: Self
pub const ActionMalwareError: Self
pub const ActionThirdPartyActionsNotAllowedError: Self
pub const ActionXPCError: Self
pub const ConversionNotPossibleError: Self
pub const ConversionNoDataError: Self
pub const ConversionFailedError: Self
Trait Implementations§
Source§impl Clone for AMErrorCode
impl Clone for AMErrorCode
Source§fn clone(&self) -> AMErrorCode
fn clone(&self) -> AMErrorCode
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 AMErrorCode
impl Debug for AMErrorCode
Source§impl Encode for AMErrorCode
impl Encode for AMErrorCode
Source§impl Hash for AMErrorCode
impl Hash for AMErrorCode
Source§impl Ord for AMErrorCode
impl Ord for AMErrorCode
Source§fn cmp(&self, other: &AMErrorCode) -> Ordering
fn cmp(&self, other: &AMErrorCode) -> 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 AMErrorCode
impl PartialEq for AMErrorCode
Source§impl PartialOrd for AMErrorCode
impl PartialOrd for AMErrorCode
Source§impl RefEncode for AMErrorCode
impl RefEncode for AMErrorCode
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 AMErrorCode
impl Eq for AMErrorCode
impl StructuralPartialEq for AMErrorCode
Auto Trait Implementations§
impl Freeze for AMErrorCode
impl RefUnwindSafe for AMErrorCode
impl Send for AMErrorCode
impl Sync for AMErrorCode
impl Unpin for AMErrorCode
impl UnwindSafe for AMErrorCode
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.