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