Struct ib_client::models::summary_account_summaries::SummaryAccountSummaries[][src]

pub struct SummaryAccountSummaries {
    pub chg: Option<String>,
    pub has_accounts: Option<String>,
    pub account_type_name: Option<String>,
    pub rtn: Option<String>,
    pub end_val: Option<String>,
    pub account_type_code: Option<String>,
    pub start_val: Option<String>,
}

Fields

chg: Option<String>has_accounts: Option<String>account_type_name: Option<String>rtn: Option<String>end_val: Option<String>account_type_code: Option<String>start_val: Option<String>

Implementations

impl SummaryAccountSummaries[src]

Trait Implementations

impl Clone for SummaryAccountSummaries[src]

impl Debug for SummaryAccountSummaries[src]

impl<'de> Deserialize<'de> for SummaryAccountSummaries[src]

impl PartialEq<SummaryAccountSummaries> for SummaryAccountSummaries[src]

impl Serialize for SummaryAccountSummaries[src]

impl StructuralPartialEq for SummaryAccountSummaries[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.