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