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