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