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