pub struct ArbitrageContractRequest {
pub lang: String,
}Expand description
Request for arbitrage contracts.
Fields§
§lang: StringLanguage.
Trait Implementations§
Source§impl Clone for ArbitrageContractRequest
impl Clone for ArbitrageContractRequest
Source§fn clone(&self) -> ArbitrageContractRequest
fn clone(&self) -> ArbitrageContractRequest
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 ArbitrageContractRequest
impl Debug for ArbitrageContractRequest
Auto Trait Implementations§
impl Freeze for ArbitrageContractRequest
impl RefUnwindSafe for ArbitrageContractRequest
impl Send for ArbitrageContractRequest
impl Sync for ArbitrageContractRequest
impl Unpin for ArbitrageContractRequest
impl UnwindSafe for ArbitrageContractRequest
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