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