pub struct TradingParamRequest {
pub lang: String,
}Expand description
Request for trading parameters by variety.
Fields§
§lang: StringLanguage (“zh” or “en”).
Trait Implementations§
Source§impl Clone for TradingParamRequest
impl Clone for TradingParamRequest
Source§fn clone(&self) -> TradingParamRequest
fn clone(&self) -> TradingParamRequest
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 moreSource§impl Debug for TradingParamRequest
impl Debug for TradingParamRequest
Auto Trait Implementations§
impl Freeze for TradingParamRequest
impl RefUnwindSafe for TradingParamRequest
impl Send for TradingParamRequest
impl Sync for TradingParamRequest
impl Unpin for TradingParamRequest
impl UnwindSafe for TradingParamRequest
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