struct QuoteRow {
symbol: String,
price: String,
change: String,
change_pct: String,
volume: String,
update: String,
}Fields§
§symbol: String§price: String§change: String§change_pct: String§volume: String§update: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for QuoteRow
impl RefUnwindSafe for QuoteRow
impl Send for QuoteRow
impl Sync for QuoteRow
impl Unpin for QuoteRow
impl UnsafeUnpin for QuoteRow
impl UnwindSafe for QuoteRow
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