pub struct SpotPrice {
pub bid: f64,
pub ask: f64,
}
Fields§
§bid: f64
§ask: f64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SpotPrice
impl Send for SpotPrice
impl Sync for SpotPrice
impl Unpin for SpotPrice
impl UnwindSafe for SpotPrice
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