Struct AutomationRemoteOperationStatus
#[repr(transparent)]pub struct AutomationRemoteOperationStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl AutomationRemoteOperationStatus
impl AutomationRemoteOperationStatus
pub const Success: Self = _
pub const MalformedBytecode: Self = _
pub const InstructionLimitExceeded: Self = _
pub const UnhandledException: Self = _
pub const ExecutionFailure: Self = _
Trait Implementations§
§impl Clone for AutomationRemoteOperationStatus
impl Clone for AutomationRemoteOperationStatus
§fn clone(&self) -> AutomationRemoteOperationStatus
fn clone(&self) -> AutomationRemoteOperationStatus
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 more§impl Debug for AutomationRemoteOperationStatus
impl Debug for AutomationRemoteOperationStatus
§impl Default for AutomationRemoteOperationStatus
impl Default for AutomationRemoteOperationStatus
§fn default() -> AutomationRemoteOperationStatus
fn default() -> AutomationRemoteOperationStatus
Returns the “default value” for a type. Read more
impl Copy for AutomationRemoteOperationStatus
impl Eq for AutomationRemoteOperationStatus
impl StructuralPartialEq for AutomationRemoteOperationStatus
Auto Trait Implementations§
impl Freeze for AutomationRemoteOperationStatus
impl RefUnwindSafe for AutomationRemoteOperationStatus
impl Send for AutomationRemoteOperationStatus
impl Sync for AutomationRemoteOperationStatus
impl Unpin for AutomationRemoteOperationStatus
impl UnwindSafe for AutomationRemoteOperationStatus
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