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