[][src]Struct ib::models::AccountMaster

pub struct AccountMaster { /* fields omitted */ }

Methods

impl AccountMaster
[src]

pub fn new() -> AccountMaster
[src]

pub fn set_title(&mut self, title: String)
[src]

pub fn with_title(self, title: String) -> AccountMaster
[src]

pub fn title(&self) -> Option<&String>
[src]

pub fn reset_title(&mut self)
[src]

pub fn set_official_title(&mut self, official_title: String)
[src]

pub fn with_official_title(self, official_title: String) -> AccountMaster
[src]

pub fn official_title(&self) -> Option<&String>
[src]

pub fn reset_official_title(&mut self)
[src]

Trait Implementations

impl Debug for AccountMaster
[src]

impl Serialize for AccountMaster
[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

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

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Erased for T

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