pub struct PriceChangeEvent {
pub current_price: Option<CommodityPrice>,
}Fields§
§current_price: Option<CommodityPrice>Trait Implementations§
Source§impl Debug for PriceChangeEvent
impl Debug for PriceChangeEvent
Auto Trait Implementations§
impl Freeze for PriceChangeEvent
impl RefUnwindSafe for PriceChangeEvent
impl Send for PriceChangeEvent
impl Sync for PriceChangeEvent
impl Unpin for PriceChangeEvent
impl UnwindSafe for PriceChangeEvent
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