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