[][src]Struct ib::models::NotificationsInner

pub struct NotificationsInner { /* fields omitted */ }

Methods

impl NotificationsInner
[src]

pub fn new() -> NotificationsInner
[src]

notification

pub fn set_D(&mut self, D: String)
[src]

pub fn with_D(self, D: String) -> NotificationsInner
[src]

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

pub fn reset_D(&mut self)
[src]

pub fn set_ID(&mut self, ID: String)
[src]

pub fn with_ID(self, ID: String) -> NotificationsInner
[src]

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

pub fn reset_ID(&mut self)
[src]

pub fn set_FC(&mut self, FC: String)
[src]

pub fn with_FC(self, FC: String) -> NotificationsInner
[src]

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

pub fn reset_FC(&mut self)
[src]

pub fn set_MD(&mut self, MD: String)
[src]

pub fn with_MD(self, MD: String) -> NotificationsInner
[src]

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

pub fn reset_MD(&mut self)
[src]

pub fn set_MS(&mut self, MS: String)
[src]

pub fn with_MS(self, MS: String) -> NotificationsInner
[src]

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

pub fn reset_MS(&mut self)
[src]

pub fn set_R(&mut self, R: String)
[src]

pub fn with_R(self, R: String) -> NotificationsInner
[src]

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

pub fn reset_R(&mut self)
[src]

Trait Implementations

impl Debug for NotificationsInner
[src]

impl Serialize for NotificationsInner
[src]

impl<'de> Deserialize<'de> for NotificationsInner
[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> 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> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

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