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