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