pub struct QueryEnabledIsolatedMarginAccountLimitResponse {
pub enabled_account: Option<i64>,
pub max_account: Option<i64>,
}Fields§
§enabled_account: Option<i64>§max_account: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for QueryEnabledIsolatedMarginAccountLimitResponse
impl Clone for QueryEnabledIsolatedMarginAccountLimitResponse
Source§fn clone(&self) -> QueryEnabledIsolatedMarginAccountLimitResponse
fn clone(&self) -> QueryEnabledIsolatedMarginAccountLimitResponse
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 QueryEnabledIsolatedMarginAccountLimitResponse
impl Default for QueryEnabledIsolatedMarginAccountLimitResponse
Source§fn default() -> QueryEnabledIsolatedMarginAccountLimitResponse
fn default() -> QueryEnabledIsolatedMarginAccountLimitResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryEnabledIsolatedMarginAccountLimitResponse
impl<'de> Deserialize<'de> for QueryEnabledIsolatedMarginAccountLimitResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for QueryEnabledIsolatedMarginAccountLimitResponse
impl PartialEq for QueryEnabledIsolatedMarginAccountLimitResponse
Source§fn eq(&self, other: &QueryEnabledIsolatedMarginAccountLimitResponse) -> bool
fn eq(&self, other: &QueryEnabledIsolatedMarginAccountLimitResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryEnabledIsolatedMarginAccountLimitResponse
Auto Trait Implementations§
impl Freeze for QueryEnabledIsolatedMarginAccountLimitResponse
impl RefUnwindSafe for QueryEnabledIsolatedMarginAccountLimitResponse
impl Send for QueryEnabledIsolatedMarginAccountLimitResponse
impl Sync for QueryEnabledIsolatedMarginAccountLimitResponse
impl Unpin for QueryEnabledIsolatedMarginAccountLimitResponse
impl UnsafeUnpin for QueryEnabledIsolatedMarginAccountLimitResponse
impl UnwindSafe for QueryEnabledIsolatedMarginAccountLimitResponse
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