pub enum GetTokensV2CategoryIntervalInterval {
Variant5m,
Variant1h,
Variant6h,
Variant24h,
}Expand description
Allowed values for the interval path parameter.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GetTokensV2CategoryIntervalInterval
impl Clone for GetTokensV2CategoryIntervalInterval
Source§fn clone(&self) -> GetTokensV2CategoryIntervalInterval
fn clone(&self) -> GetTokensV2CategoryIntervalInterval
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 moreimpl Copy for GetTokensV2CategoryIntervalInterval
Source§impl<'de> Deserialize<'de> for GetTokensV2CategoryIntervalInterval
impl<'de> Deserialize<'de> for GetTokensV2CategoryIntervalInterval
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for GetTokensV2CategoryIntervalInterval
impl StructuralPartialEq for GetTokensV2CategoryIntervalInterval
Auto Trait Implementations§
impl Freeze for GetTokensV2CategoryIntervalInterval
impl RefUnwindSafe for GetTokensV2CategoryIntervalInterval
impl Send for GetTokensV2CategoryIntervalInterval
impl Sync for GetTokensV2CategoryIntervalInterval
impl Unpin for GetTokensV2CategoryIntervalInterval
impl UnsafeUnpin for GetTokensV2CategoryIntervalInterval
impl UnwindSafe for GetTokensV2CategoryIntervalInterval
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