pub struct AsynchronousInstructionSetResponseInstructionResult {
pub instruction_result: InstructionResult,
pub instruction_set_id: f64,
pub status: i32,
}Fields§
§instruction_result: InstructionResult§instruction_set_id: f64- Example:
9094.0
status: i32- Example:
202i32
Trait Implementations§
Source§impl Clone for AsynchronousInstructionSetResponseInstructionResult
impl Clone for AsynchronousInstructionSetResponseInstructionResult
Source§fn clone(&self) -> AsynchronousInstructionSetResponseInstructionResult
fn clone(&self) -> AsynchronousInstructionSetResponseInstructionResult
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<'de> Deserialize<'de> for AsynchronousInstructionSetResponseInstructionResult
impl<'de> Deserialize<'de> for AsynchronousInstructionSetResponseInstructionResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AsynchronousInstructionSetResponseInstructionResult
impl PartialEq for AsynchronousInstructionSetResponseInstructionResult
Source§fn eq(
&self,
other: &AsynchronousInstructionSetResponseInstructionResult,
) -> bool
fn eq( &self, other: &AsynchronousInstructionSetResponseInstructionResult, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AsynchronousInstructionSetResponseInstructionResult
Auto Trait Implementations§
impl Freeze for AsynchronousInstructionSetResponseInstructionResult
impl RefUnwindSafe for AsynchronousInstructionSetResponseInstructionResult
impl Send for AsynchronousInstructionSetResponseInstructionResult
impl Sync for AsynchronousInstructionSetResponseInstructionResult
impl Unpin for AsynchronousInstructionSetResponseInstructionResult
impl UnsafeUnpin for AsynchronousInstructionSetResponseInstructionResult
impl UnwindSafe for AsynchronousInstructionSetResponseInstructionResult
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