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