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