pub struct InstructionPollingResponse {
pub instruction_result: Option<PollingInstructionResult>,
pub instruction_set_id: f64,
pub status: f64,
}Fields§
§instruction_result: Option<PollingInstructionResult>§instruction_set_id: f64- Example:
-1988905739.0
status: f64- Example:
202.0
Trait Implementations§
Source§impl Clone for InstructionPollingResponse
impl Clone for InstructionPollingResponse
Source§fn clone(&self) -> InstructionPollingResponse
fn clone(&self) -> InstructionPollingResponse
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 InstructionPollingResponse
impl Debug for InstructionPollingResponse
Source§impl Default for InstructionPollingResponse
impl Default for InstructionPollingResponse
Source§impl<'de> Deserialize<'de> for InstructionPollingResponse
impl<'de> Deserialize<'de> for InstructionPollingResponse
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
impl StructuralPartialEq for InstructionPollingResponse
Auto Trait Implementations§
impl Freeze for InstructionPollingResponse
impl RefUnwindSafe for InstructionPollingResponse
impl Send for InstructionPollingResponse
impl Sync for InstructionPollingResponse
impl Unpin for InstructionPollingResponse
impl UnsafeUnpin for InstructionPollingResponse
impl UnwindSafe for InstructionPollingResponse
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