pub struct GetMarginIsolatedAccountV1Params {
pub timestamp: i64,
pub symbols: Option<String>,
pub recv_window: Option<i64>,
}Expand description
struct for passing parameters to the method get_margin_isolated_account_v1
Fields§
§timestamp: i64§symbols: Option<String>Max 5 symbols can be sent; separated by ",". e.g. "BTCUSDT,BNBUSDT,ADAUSDT"
recv_window: Option<i64>No more than 60000
Trait Implementations§
Source§impl Clone for GetMarginIsolatedAccountV1Params
impl Clone for GetMarginIsolatedAccountV1Params
Source§fn clone(&self) -> GetMarginIsolatedAccountV1Params
fn clone(&self) -> GetMarginIsolatedAccountV1Params
Returns a copy 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 Default for GetMarginIsolatedAccountV1Params
impl Default for GetMarginIsolatedAccountV1Params
Source§fn default() -> GetMarginIsolatedAccountV1Params
fn default() -> GetMarginIsolatedAccountV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetMarginIsolatedAccountV1Params
impl RefUnwindSafe for GetMarginIsolatedAccountV1Params
impl Send for GetMarginIsolatedAccountV1Params
impl Sync for GetMarginIsolatedAccountV1Params
impl Unpin for GetMarginIsolatedAccountV1Params
impl UnwindSafe for GetMarginIsolatedAccountV1Params
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