#[repr(i32)]pub enum KLType {
Unknown = 0,
Min1 = 1,
Day = 2,
Week = 3,
Month = 4,
Year = 5,
Min5 = 6,
Min15 = 7,
Min30 = 8,
Min60 = 9,
Min3 = 10,
Quarter = 11,
}Expand description
K 线类型
Variants§
Unknown = 0
Min1 = 1
Day = 2
Week = 3
Month = 4
Year = 5
Min5 = 6
Min15 = 7
Min30 = 8
Min60 = 9
Min3 = 10
Quarter = 11
Trait Implementations§
impl Copy for KLType
impl Eq for KLType
impl StructuralPartialEq for KLType
Auto Trait Implementations§
impl Freeze for KLType
impl RefUnwindSafe for KLType
impl Send for KLType
impl Sync for KLType
impl Unpin for KLType
impl UnwindSafe for KLType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more