pub struct MarginCreateMarginIsolatedAccountV1Params {
pub symbol: String,
pub timestamp: i64,
pub recv_window: Option<i64>,
}Expand description
struct for passing parameters to the method margin_create_margin_isolated_account_v1
Fields§
§symbol: String§timestamp: i64§recv_window: Option<i64>Trait Implementations§
Source§impl Clone for MarginCreateMarginIsolatedAccountV1Params
impl Clone for MarginCreateMarginIsolatedAccountV1Params
Source§fn clone(&self) -> MarginCreateMarginIsolatedAccountV1Params
fn clone(&self) -> MarginCreateMarginIsolatedAccountV1Params
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 MarginCreateMarginIsolatedAccountV1Params
impl Default for MarginCreateMarginIsolatedAccountV1Params
Source§fn default() -> MarginCreateMarginIsolatedAccountV1Params
fn default() -> MarginCreateMarginIsolatedAccountV1Params
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MarginCreateMarginIsolatedAccountV1Params
impl RefUnwindSafe for MarginCreateMarginIsolatedAccountV1Params
impl Send for MarginCreateMarginIsolatedAccountV1Params
impl Sync for MarginCreateMarginIsolatedAccountV1Params
impl Unpin for MarginCreateMarginIsolatedAccountV1Params
impl UnwindSafe for MarginCreateMarginIsolatedAccountV1Params
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