Struct objc2_automator::AMErrorCode
source · #[repr(transparent)]pub struct AMErrorCode(pub NSInteger);Available on crate feature
AutomatorErrors only.Tuple Fields§
§0: NSIntegerImplementations§
source§impl AMErrorCode
impl AMErrorCode
pub const AMWorkflowNewerVersionError: Self = _
pub const AMWorkflowPropertyListInvalidError: Self = _
pub const AMWorkflowNewerActionVersionError: Self = _
pub const AMWorkflowOlderActionVersionError: Self = _
pub const AMWorkflowActionsNotLoadedError: Self = _
pub const AMWorkflowNoEnabledActionsError: Self = _
pub const AMUserCanceledError: Self = _
pub const AMNoSuchActionError: Self = _
pub const AMActionNotLoadableError: Self = _
pub const AMActionArchitectureMismatchError: Self = _
pub const AMActionRuntimeMismatchError: Self = _
pub const AMActionLoadError: Self = _
pub const AMActionLinkError: Self = _
pub const AMActionApplicationResourceError: Self = _
pub const AMActionApplicationVersionResourceError: Self = _
pub const AMActionFileResourceError: Self = _
pub const AMActionLicenseResourceError: Self = _
pub const AMActionRequiredActionResourceError: Self = _
pub const AMActionInitializationError: Self = _
pub const AMActionExecutionError: Self = _
pub const AMActionExceptionError: Self = _
pub const AMActionPropertyListInvalidError: Self = _
pub const AMActionInsufficientDataError: Self = _
pub const AMActionIsDeprecatedError: Self = _
pub const AMActionFailedGatekeeperError: Self = _
pub const AMActionSignatureCorruptError: Self = _
pub const AMActionQuarantineError: Self = _
pub const AMActionXProtectError: Self = _
pub const AMActionMalwareError: Self = _
pub const AMActionThirdPartyActionsNotAllowedError: Self = _
pub const AMActionXPCError: Self = _
pub const AMConversionNotPossibleError: Self = _
pub const AMConversionNoDataError: Self = _
pub const AMConversionFailedError: Self = _
Trait Implementations§
source§impl Clone for AMErrorCode
impl Clone for AMErrorCode
source§fn clone(&self) -> AMErrorCode
fn clone(&self) -> AMErrorCode
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 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§fn eq(&self, other: &AMErrorCode) -> bool
fn eq(&self, other: &AMErrorCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for AMErrorCode
impl PartialOrd for AMErrorCode
source§fn partial_cmp(&self, other: &AMErrorCode) -> Option<Ordering>
fn partial_cmp(&self, other: &AMErrorCode) -> 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 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> 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.