pub enum CandleType {
Min1,
Min5,
Min15,
Min30,
Hour1,
Hour4,
Hour8,
Hour12,
Day1,
Week1,
Month1,
}Variants§
Trait Implementations§
Source§impl Clone for CandleType
impl Clone for CandleType
Source§fn clone(&self) -> CandleType
fn clone(&self) -> CandleType
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 CandleType
impl Debug for CandleType
Auto Trait Implementations§
impl Freeze for CandleType
impl RefUnwindSafe for CandleType
impl Send for CandleType
impl Sync for CandleType
impl Unpin for CandleType
impl UnwindSafe for CandleType
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