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