pub enum GetPredictionV1ForecastApiError {
Status400(PredictionErrorResponse),
Status502(PredictionErrorResponse),
}Expand description
Typed error responses for getPredictionV1Forecast. One variant per declared non-2xx response.
Variants§
Status400(PredictionErrorResponse)
Status502(PredictionErrorResponse)
Trait Implementations§
Source§impl Clone for GetPredictionV1ForecastApiError
impl Clone for GetPredictionV1ForecastApiError
Source§fn clone(&self) -> GetPredictionV1ForecastApiError
fn clone(&self) -> GetPredictionV1ForecastApiError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GetPredictionV1ForecastApiError
impl RefUnwindSafe for GetPredictionV1ForecastApiError
impl Send for GetPredictionV1ForecastApiError
impl Sync for GetPredictionV1ForecastApiError
impl Unpin for GetPredictionV1ForecastApiError
impl UnsafeUnpin for GetPredictionV1ForecastApiError
impl UnwindSafe for GetPredictionV1ForecastApiError
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