struct HistDealRow {
fill_id: String,
order_id: String,
code: String,
name: String,
side: String,
qty: String,
price: String,
time: String,
}Fields§
§fill_id: String§order_id: String§code: String§name: String§side: String§qty: String§price: String§time: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for HistDealRow
impl RefUnwindSafe for HistDealRow
impl Send for HistDealRow
impl Sync for HistDealRow
impl Unpin for HistDealRow
impl UnsafeUnpin for HistDealRow
impl UnwindSafe for HistDealRow
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