pub struct PriceOrder {Show 31 fields
pub close_tx: String,
pub closed_by: String,
pub created_by: String,
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 start_at: String,
pub status: String,
pub supposed_usd_value: String,
pub trades: Vec<Trade>,
pub updated_at: String,
pub user_pubkey: String,
}Fields§
§close_tx: String§closed_by: String§created_by: String§estimated_usdc_value_spent: String§in_deposited: String§in_left: String§in_used: String§in_withdrawn: String§incremental_usd_value: String§input_mint: String§open_tx: String§order_interval: String§order_key: String§out_received: String§out_withdrawn: String§output_mint: String§raw_estimated_usdc_value_spent: String§raw_in_deposited: String§raw_in_left: String§raw_in_used: String§raw_in_withdrawn: String§raw_incremental_usd_value: String§raw_out_received: String§raw_out_withdrawn: String§raw_supposed_usd_value: String§start_at: String§status: String§supposed_usd_value: String§trades: Vec<Trade>§updated_at: String§user_pubkey: StringTrait Implementations§
Source§impl Debug for PriceOrder
impl Debug for PriceOrder
Source§impl<'de> Deserialize<'de> for PriceOrder
impl<'de> Deserialize<'de> for PriceOrder
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 PriceOrder
impl RefUnwindSafe for PriceOrder
impl Send for PriceOrder
impl Sync for PriceOrder
impl Unpin for PriceOrder
impl UnsafeUnpin for PriceOrder
impl UnwindSafe for PriceOrder
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