pub struct AsynchronousInstructionResponse {
pub instruction_result: Option<InstructionResult>,
pub instruction_set_id: f64,
pub status: f64,
}Fields§
§instruction_result: Option<InstructionResult>§instruction_set_id: f64- Example:
-1988905739.0
status: f64- Example:
202.0
Trait Implementations§
Source§impl Clone for AsynchronousInstructionResponse
impl Clone for AsynchronousInstructionResponse
Source§fn clone(&self) -> AsynchronousInstructionResponse
fn clone(&self) -> AsynchronousInstructionResponse
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 AsynchronousInstructionResponse
impl<'de> Deserialize<'de> for AsynchronousInstructionResponse
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 AsynchronousInstructionResponse
impl PartialEq for AsynchronousInstructionResponse
Source§fn eq(&self, other: &AsynchronousInstructionResponse) -> bool
fn eq(&self, other: &AsynchronousInstructionResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AsynchronousInstructionResponse
Auto Trait Implementations§
impl Freeze for AsynchronousInstructionResponse
impl RefUnwindSafe for AsynchronousInstructionResponse
impl Send for AsynchronousInstructionResponse
impl Sync for AsynchronousInstructionResponse
impl Unpin for AsynchronousInstructionResponse
impl UnsafeUnpin for AsynchronousInstructionResponse
impl UnwindSafe for AsynchronousInstructionResponse
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