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