pub struct ContractInfoRequest {
pub variety_id: String,
pub trade_type: String,
pub lang: String,
}Expand description
Request for contract information.
Fields§
§variety_id: StringVariety ID.
trade_type: StringTrade type.
lang: StringLanguage.
Trait Implementations§
Source§impl Clone for ContractInfoRequest
impl Clone for ContractInfoRequest
Source§fn clone(&self) -> ContractInfoRequest
fn clone(&self) -> ContractInfoRequest
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 ContractInfoRequest
impl Debug for ContractInfoRequest
Auto Trait Implementations§
impl Freeze for ContractInfoRequest
impl RefUnwindSafe for ContractInfoRequest
impl Send for ContractInfoRequest
impl Sync for ContractInfoRequest
impl Unpin for ContractInfoRequest
impl UnwindSafe for ContractInfoRequest
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