pub enum CCUnit {
Day,
Hour,
Minute,
NA,
}
Expand description
Unit of historical data response.
Variants§
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