struct StockOut {
symbol: String,
id: i64,
name: String,
sec_type: i32,
lot_size: i32,
list_time: String,
delisting: bool,
}Fields§
§symbol: String§id: i64§name: String§sec_type: i32§lot_size: i32§list_time: String§delisting: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for StockOut
impl RefUnwindSafe for StockOut
impl Send for StockOut
impl Sync for StockOut
impl Unpin for StockOut
impl UnwindSafe for StockOut
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