pub struct QATransaction {}Fields§
§code: String§amount: f64§price: f64§datetime: String§order_id: String§trade_id: String§realorder_id: String§commission: f64§tax: f64§message: String§frozen: f64§direction: i32Implementations§
Source§impl QATransaction
impl QATransaction
Trait Implementations§
Source§impl Clone for QATransaction
impl Clone for QATransaction
Source§fn clone(&self) -> QATransaction
fn clone(&self) -> QATransaction
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 QATransaction
impl Debug for QATransaction
Source§impl<'de> Deserialize<'de> for QATransaction
impl<'de> Deserialize<'de> for QATransaction
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 QATransaction
impl RefUnwindSafe for QATransaction
impl Send for QATransaction
impl Sync for QATransaction
impl Unpin for QATransaction
impl UnwindSafe for QATransaction
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