pub struct RecurringAllRecurringResponseVariant2 {Show 32 fields
pub close_tx: String,
pub closed_by: String,
pub created_at: DateTime<Utc>,
pub estimated_usdc_value_spent: String,
pub in_deposited: String,
pub in_left: String,
pub in_used: String,
pub in_withdrawn: String,
pub incremental_usd_value: String,
pub input_mint: String,
pub open_tx: String,
pub order_interval: String,
pub order_key: String,
pub out_received: String,
pub out_withdrawn: String,
pub output_mint: String,
pub raw_estimated_usdc_value_spent: String,
pub raw_in_deposited: String,
pub raw_in_left: String,
pub raw_in_used: String,
pub raw_in_withdrawn: String,
pub raw_incremental_usd_value: String,
pub raw_out_received: String,
pub raw_out_withdrawn: String,
pub raw_supposed_usd_value: String,
pub recurring_type: RecurringAllRecurringResponseVariant2RecurringType,
pub start_at: DateTime<Utc>,
pub status: String,
pub supposed_usd_value: String,
pub trades: Vec<RecurringOrderHistoryResponse>,
pub updated_at: DateTime<Utc>,
pub user_pubkey: String,
}Fields§
§close_tx: String§closed_by: String§created_at: DateTime<Utc>§estimated_usdc_value_spent: String§in_deposited: String§in_left: String§in_used: StringAmount used to fulfill orders
in_withdrawn: String§incremental_usd_value: String§input_mint: String§open_tx: String§order_interval: String§order_key: String§out_received: StringAmount received in escrow without auto-withdraw enabled
out_withdrawn: StringAmount withdrawn from escrow account with/without auto-withdraw enabled
output_mint: String§raw_estimated_usdc_value_spent: String§raw_in_deposited: String§raw_in_left: String§raw_in_used: StringAmount used to fulfill orders
raw_in_withdrawn: String§raw_incremental_usd_value: String§raw_out_received: StringAmount received in escrow without auto-withdraw enabled
raw_out_withdrawn: StringAmount withdrawn from escrow account with/without auto-withdraw enabled
raw_supposed_usd_value: String§recurring_type: RecurringAllRecurringResponseVariant2RecurringTypeDEPRECATED: Price-based recurring orders are deprecated
start_at: DateTime<Utc>§status: String§supposed_usd_value: String§trades: Vec<RecurringOrderHistoryResponse>§updated_at: DateTime<Utc>§user_pubkey: StringTrait Implementations§
Source§impl Clone for RecurringAllRecurringResponseVariant2
impl Clone for RecurringAllRecurringResponseVariant2
Source§fn clone(&self) -> RecurringAllRecurringResponseVariant2
fn clone(&self) -> RecurringAllRecurringResponseVariant2
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RecurringAllRecurringResponseVariant2
impl<'de> Deserialize<'de> for RecurringAllRecurringResponseVariant2
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
Auto Trait Implementations§
impl Freeze for RecurringAllRecurringResponseVariant2
impl RefUnwindSafe for RecurringAllRecurringResponseVariant2
impl Send for RecurringAllRecurringResponseVariant2
impl Sync for RecurringAllRecurringResponseVariant2
impl Unpin for RecurringAllRecurringResponseVariant2
impl UnsafeUnpin for RecurringAllRecurringResponseVariant2
impl UnwindSafe for RecurringAllRecurringResponseVariant2
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