pub enum PostPredictionV1ExecuteApiError {
Status400(PredictionErrorResponse),
}Expand description
Typed error responses for postPredictionV1Execute. One variant per declared non-2xx response.
Variants§
Status400(PredictionErrorResponse)
Trait Implementations§
Source§impl Clone for PostPredictionV1ExecuteApiError
impl Clone for PostPredictionV1ExecuteApiError
Source§fn clone(&self) -> PostPredictionV1ExecuteApiError
fn clone(&self) -> PostPredictionV1ExecuteApiError
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 PostPredictionV1ExecuteApiError
impl RefUnwindSafe for PostPredictionV1ExecuteApiError
impl Send for PostPredictionV1ExecuteApiError
impl Sync for PostPredictionV1ExecuteApiError
impl Unpin for PostPredictionV1ExecuteApiError
impl UnsafeUnpin for PostPredictionV1ExecuteApiError
impl UnwindSafe for PostPredictionV1ExecuteApiError
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