Struct ib_client::models::_ibcust_entity_info_address::IbcustEntityInfoAddress[][src]

pub struct IbcustEntityInfoAddress {
    pub street: Option<String>,
    pub street2: Option<String>,
    pub city: Option<String>,
    pub state: Option<String>,
    pub postal_code: Option<String>,
    pub country: Option<String>,
    pub country_code: Option<String>,
    pub compact: Option<String>,
}

Fields

street: Option<String>street2: Option<String>city: Option<String>state: Option<String>postal_code: Option<String>country: Option<String>country_code: Option<String>compact: Option<String>

Implementations

impl IbcustEntityInfoAddress[src]

Trait Implementations

impl Clone for IbcustEntityInfoAddress[src]

impl Debug for IbcustEntityInfoAddress[src]

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

impl PartialEq<IbcustEntityInfoAddress> for IbcustEntityInfoAddress[src]

impl Serialize for IbcustEntityInfoAddress[src]

impl StructuralPartialEq for IbcustEntityInfoAddress[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.