pub struct QueryEnabledIsolatedMarginAccountLimitParams {
pub recv_window: Option<i64>,
}Expand description
Request parameters for the [query_enabled_isolated_margin_account_limit] operation.
This struct holds all of the inputs you can pass when calling
query_enabled_isolated_margin_account_limit.
Fields§
§recv_window: Option<i64>No more than 60000
This field is **optional.
Implementations§
Source§impl QueryEnabledIsolatedMarginAccountLimitParams
impl QueryEnabledIsolatedMarginAccountLimitParams
Sourcepub fn builder() -> QueryEnabledIsolatedMarginAccountLimitParamsBuilder
pub fn builder() -> QueryEnabledIsolatedMarginAccountLimitParamsBuilder
Create a builder for [query_enabled_isolated_margin_account_limit].
Trait Implementations§
Source§impl Clone for QueryEnabledIsolatedMarginAccountLimitParams
impl Clone for QueryEnabledIsolatedMarginAccountLimitParams
Source§fn clone(&self) -> QueryEnabledIsolatedMarginAccountLimitParams
fn clone(&self) -> QueryEnabledIsolatedMarginAccountLimitParams
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 QueryEnabledIsolatedMarginAccountLimitParams
impl Default for QueryEnabledIsolatedMarginAccountLimitParams
Source§fn default() -> QueryEnabledIsolatedMarginAccountLimitParams
fn default() -> QueryEnabledIsolatedMarginAccountLimitParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueryEnabledIsolatedMarginAccountLimitParams
impl RefUnwindSafe for QueryEnabledIsolatedMarginAccountLimitParams
impl Send for QueryEnabledIsolatedMarginAccountLimitParams
impl Sync for QueryEnabledIsolatedMarginAccountLimitParams
impl Unpin for QueryEnabledIsolatedMarginAccountLimitParams
impl UnsafeUnpin for QueryEnabledIsolatedMarginAccountLimitParams
impl UnwindSafe for QueryEnabledIsolatedMarginAccountLimitParams
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