pub struct XTPQueryTraderReq {
pub ticker: String,
pub begin_time: i64,
pub end_time: i64,
}Fields§
§ticker: String§begin_time: i64§end_time: i64Trait Implementations§
Source§impl Clone for XTPQueryTraderReq
impl Clone for XTPQueryTraderReq
Source§fn clone(&self) -> XTPQueryTraderReq
fn clone(&self) -> XTPQueryTraderReq
Returns a copy 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 XTPQueryTraderReq
impl RefUnwindSafe for XTPQueryTraderReq
impl Send for XTPQueryTraderReq
impl Sync for XTPQueryTraderReq
impl Unpin for XTPQueryTraderReq
impl UnwindSafe for XTPQueryTraderReq
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