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