pub struct GetSubAccountFuturesAccountV2Params {
pub email: String,
pub futures_type: i32,
pub timestamp: i64,
pub recv_window: Option<i64>,
}Expand description
struct for passing parameters to the method get_sub_account_futures_account_v2
Fields§
§email: String<a href="/docs/sub_account/asset-management/Get-Detail-on-Sub-accounts-Futures-Account-V2#email-address">Sub-account email
futures_type: i321:USDT Margined Futures, 2:COIN Margined Futures
timestamp: i64§recv_window: Option<i64>Trait Implementations§
Source§impl Clone for GetSubAccountFuturesAccountV2Params
impl Clone for GetSubAccountFuturesAccountV2Params
Source§fn clone(&self) -> GetSubAccountFuturesAccountV2Params
fn clone(&self) -> GetSubAccountFuturesAccountV2Params
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 GetSubAccountFuturesAccountV2Params
impl Default for GetSubAccountFuturesAccountV2Params
Source§fn default() -> GetSubAccountFuturesAccountV2Params
fn default() -> GetSubAccountFuturesAccountV2Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetSubAccountFuturesAccountV2Params
impl RefUnwindSafe for GetSubAccountFuturesAccountV2Params
impl Send for GetSubAccountFuturesAccountV2Params
impl Sync for GetSubAccountFuturesAccountV2Params
impl Unpin for GetSubAccountFuturesAccountV2Params
impl UnsafeUnpin for GetSubAccountFuturesAccountV2Params
impl UnwindSafe for GetSubAccountFuturesAccountV2Params
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