pub struct ResultItemAnyOfSub0 {
pub buy_price: String,
pub contract_id: i64,
pub longcode: String,
pub payout: String,
pub purchase_time: String,
pub shortcode: String,
pub start_time: String,
pub token: String,
pub transaction_id: i64,
}Expand description
Receipt for one contract
Fields§
§buy_price: StringActual effected purchase price\n
contract_id: i64Internal contract identifier\n
longcode: StringThe description of contract purchased\n
payout: StringProposed payout value\n
purchase_time: StringEpoch value of the transaction purchase time\n
shortcode: StringCompact description of the contract purchased\n
start_time: StringEpoch value showing the expected start time of the contract\n
token: StringThe token designating the account\n
transaction_id: i64Internal transaction identifier\n
Trait Implementations§
Source§impl Clone for ResultItemAnyOfSub0
impl Clone for ResultItemAnyOfSub0
Source§fn clone(&self) -> ResultItemAnyOfSub0
fn clone(&self) -> ResultItemAnyOfSub0
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 ResultItemAnyOfSub0
impl Debug for ResultItemAnyOfSub0
Source§impl<'de> Deserialize<'de> for ResultItemAnyOfSub0
impl<'de> Deserialize<'de> for ResultItemAnyOfSub0
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 ResultItemAnyOfSub0
impl RefUnwindSafe for ResultItemAnyOfSub0
impl Send for ResultItemAnyOfSub0
impl Sync for ResultItemAnyOfSub0
impl Unpin for ResultItemAnyOfSub0
impl UnwindSafe for ResultItemAnyOfSub0
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