pub struct XTPQueryTraderByPageReq {
pub req_count: i64,
pub reference: i64,
pub reserved: i64,
}
Fields§
§req_count: i64
§reference: i64
§reserved: i64
Trait Implementations§
Source§impl Clone for XTPQueryTraderByPageReq
impl Clone for XTPQueryTraderByPageReq
Source§fn clone(&self) -> XTPQueryTraderByPageReq
fn clone(&self) -> XTPQueryTraderByPageReq
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 moreSource§impl Debug for XTPQueryTraderByPageReq
impl Debug for XTPQueryTraderByPageReq
impl Copy for XTPQueryTraderByPageReq
Auto Trait Implementations§
impl Freeze for XTPQueryTraderByPageReq
impl RefUnwindSafe for XTPQueryTraderByPageReq
impl Send for XTPQueryTraderByPageReq
impl Sync for XTPQueryTraderByPageReq
impl Unpin for XTPQueryTraderByPageReq
impl UnwindSafe for XTPQueryTraderByPageReq
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