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