pub struct HistoryKLResult {
pub security: Security,
pub kl_list: Vec<KLine>,
pub next_kl_time: Option<String>,
}Expand description
历史 K 线查询结果
Fields§
§security: Security§kl_list: Vec<KLine>§next_kl_time: Option<String>下一页 K 线时间(分页时使用)
Trait Implementations§
Source§impl Clone for HistoryKLResult
impl Clone for HistoryKLResult
Source§fn clone(&self) -> HistoryKLResult
fn clone(&self) -> HistoryKLResult
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 moreAuto Trait Implementations§
impl Freeze for HistoryKLResult
impl RefUnwindSafe for HistoryKLResult
impl Send for HistoryKLResult
impl Sync for HistoryKLResult
impl Unpin for HistoryKLResult
impl UnwindSafe for HistoryKLResult
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