pub struct QuoteHistory {
pub high: f64,
pub low: f64,
pub current: f64,
}Fields§
§high: f64§low: f64§current: f64Trait Implementations§
Source§impl Debug for QuoteHistory
impl Debug for QuoteHistory
Auto Trait Implementations§
impl Freeze for QuoteHistory
impl RefUnwindSafe for QuoteHistory
impl Send for QuoteHistory
impl Sync for QuoteHistory
impl Unpin for QuoteHistory
impl UnwindSafe for QuoteHistory
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