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