[][src]Struct ib::models::InlineResponse20016

pub struct InlineResponse20016 { /* fields omitted */ }

Methods

impl InlineResponse20016
[src]

pub fn new() -> InlineResponse20016
[src]

pub fn set_BN(&mut self, BN: i32)
[src]

pub fn with_BN(self, BN: i32) -> InlineResponse20016
[src]

pub fn BN(&self) -> Option<&i32>
[src]

pub fn reset_BN(&mut self)
[src]

Trait Implementations

impl Debug for InlineResponse20016
[src]

impl Serialize for InlineResponse20016
[src]

impl<'de> Deserialize<'de> for InlineResponse20016
[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]