pub struct KLineResult {
pub security: Security,
pub kl_list: Vec<KLine>,
}Expand description
K 线查询结果
Fields§
§security: Security§kl_list: Vec<KLine>Trait Implementations§
Source§impl Clone for KLineResult
impl Clone for KLineResult
Source§fn clone(&self) -> KLineResult
fn clone(&self) -> KLineResult
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 KLineResult
impl RefUnwindSafe for KLineResult
impl Send for KLineResult
impl Sync for KLineResult
impl Unpin for KLineResult
impl UnwindSafe for KLineResult
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