pub struct PriceData {
pub spot: Price,
pub buy: Price,
pub sell: Price,
}Fields§
§spot: Price§buy: Price§sell: PriceAuto Trait Implementations§
impl Freeze for PriceData
impl RefUnwindSafe for PriceData
impl Send for PriceData
impl Sync for PriceData
impl Unpin for PriceData
impl UnwindSafe for PriceData
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