pub enum PriceInterval {
OneMinute,
OneHour,
SixHours,
OneDay,
OneWeek,
Max,
}Expand description
Time interval for price history queries
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PriceInterval
impl Clone for PriceInterval
Source§fn clone(&self) -> PriceInterval
fn clone(&self) -> PriceInterval
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 PriceInterval
impl Debug for PriceInterval
impl Copy for PriceInterval
Auto Trait Implementations§
impl Freeze for PriceInterval
impl RefUnwindSafe for PriceInterval
impl Send for PriceInterval
impl Sync for PriceInterval
impl Unpin for PriceInterval
impl UnwindSafe for PriceInterval
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