struct StockRow {
symbol: String,
name: String,
id: String,
sec_type: i32,
lot_size: i32,
}Fields§
§symbol: String§name: String§id: String§sec_type: i32§lot_size: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for StockRow
impl RefUnwindSafe for StockRow
impl Send for StockRow
impl Sync for StockRow
impl Unpin for StockRow
impl UnsafeUnpin for StockRow
impl UnwindSafe for StockRow
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