pub enum CCUnit {
Day,
Hour,
Minute,
NA,
}
Expand description
Unit of the interval between successive data points.
Variants§
Day
Daily data interval
Hour
Hourly data interval
Minute
Minutely data interval
NA
Used for API endpoints that do not have a specified unit for data or where unit is unapplicable
Auto Trait Implementations§
impl Freeze for CCUnit
impl RefUnwindSafe for CCUnit
impl Send for CCUnit
impl Sync for CCUnit
impl Unpin for CCUnit
impl UnwindSafe for CCUnit
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