pub struct GetSmallLiabilityExchangeCoinListParams {
pub recv_window: Option<i64>,
}Expand description
Request parameters for the [get_small_liability_exchange_coin_list] operation.
This struct holds all of the inputs you can pass when calling
get_small_liability_exchange_coin_list.
Fields§
§recv_window: Option<i64>No more than 60000
This field is **optional.
Implementations§
Source§impl GetSmallLiabilityExchangeCoinListParams
impl GetSmallLiabilityExchangeCoinListParams
Sourcepub fn builder() -> GetSmallLiabilityExchangeCoinListParamsBuilder
pub fn builder() -> GetSmallLiabilityExchangeCoinListParamsBuilder
Create a builder for [get_small_liability_exchange_coin_list].
Trait Implementations§
Source§impl Clone for GetSmallLiabilityExchangeCoinListParams
impl Clone for GetSmallLiabilityExchangeCoinListParams
Source§fn clone(&self) -> GetSmallLiabilityExchangeCoinListParams
fn clone(&self) -> GetSmallLiabilityExchangeCoinListParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GetSmallLiabilityExchangeCoinListParams
impl Default for GetSmallLiabilityExchangeCoinListParams
Source§fn default() -> GetSmallLiabilityExchangeCoinListParams
fn default() -> GetSmallLiabilityExchangeCoinListParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetSmallLiabilityExchangeCoinListParams
impl RefUnwindSafe for GetSmallLiabilityExchangeCoinListParams
impl Send for GetSmallLiabilityExchangeCoinListParams
impl Sync for GetSmallLiabilityExchangeCoinListParams
impl Unpin for GetSmallLiabilityExchangeCoinListParams
impl UnsafeUnpin for GetSmallLiabilityExchangeCoinListParams
impl UnwindSafe for GetSmallLiabilityExchangeCoinListParams
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