pub struct ForecastListResponse {
pub forecasts: Vec<ChangeForecast>,
pub total: usize,
}Expand description
Response for forecast list
Fields§
§forecasts: Vec<ChangeForecast>Forecasts
total: usizeTotal count
Trait Implementations§
Source§impl Debug for ForecastListResponse
impl Debug for ForecastListResponse
Auto Trait Implementations§
impl Freeze for ForecastListResponse
impl RefUnwindSafe for ForecastListResponse
impl Send for ForecastListResponse
impl Sync for ForecastListResponse
impl Unpin for ForecastListResponse
impl UnsafeUnpin for ForecastListResponse
impl UnwindSafe for ForecastListResponse
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