pub enum PriceHistoryInterval {
OneMinute,
OneHour,
SixHours,
OneDay,
OneWeek,
Max,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PriceHistoryInterval
impl Clone for PriceHistoryInterval
Source§fn clone(&self) -> PriceHistoryInterval
fn clone(&self) -> PriceHistoryInterval
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PriceHistoryInterval
impl Debug for PriceHistoryInterval
Source§impl<'de> Deserialize<'de> for PriceHistoryInterval
impl<'de> Deserialize<'de> for PriceHistoryInterval
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
Source§impl PartialEq for PriceHistoryInterval
impl PartialEq for PriceHistoryInterval
Source§impl Serialize for PriceHistoryInterval
impl Serialize for PriceHistoryInterval
impl Copy for PriceHistoryInterval
impl Eq for PriceHistoryInterval
impl StructuralPartialEq for PriceHistoryInterval
Auto Trait Implementations§
impl Freeze for PriceHistoryInterval
impl RefUnwindSafe for PriceHistoryInterval
impl Send for PriceHistoryInterval
impl Sync for PriceHistoryInterval
impl Unpin for PriceHistoryInterval
impl UnwindSafe for PriceHistoryInterval
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