[][src]Struct ib::models::InlineResponse2009

pub struct InlineResponse2009 { /* fields omitted */ }

Methods

impl InlineResponse2009
[src]

pub fn new() -> InlineResponse2009
[src]

pub fn set_scan_type_list(
    &mut self,
    scan_type_list: Vec<InlineResponse2009ScanTypeList>
)
[src]

pub fn with_scan_type_list(
    self,
    scan_type_list: Vec<InlineResponse2009ScanTypeList>
) -> InlineResponse2009
[src]

pub fn scan_type_list(&self) -> Option<&Vec<InlineResponse2009ScanTypeList>>
[src]

pub fn reset_scan_type_list(&mut self)
[src]

pub fn set_instrument_list(
    &mut self,
    instrument_list: Vec<InlineResponse2009InstrumentList>
)
[src]

pub fn with_instrument_list(
    self,
    instrument_list: Vec<InlineResponse2009InstrumentList>
) -> InlineResponse2009
[src]

pub fn instrument_list(&self) -> Option<&Vec<InlineResponse2009InstrumentList>>
[src]

pub fn reset_instrument_list(&mut self)
[src]

pub fn set_filter_list(
    &mut self,
    filter_list: Vec<InlineResponse2009FilterList>
)
[src]

pub fn with_filter_list(
    self,
    filter_list: Vec<InlineResponse2009FilterList>
) -> InlineResponse2009
[src]

pub fn filter_list(&self) -> Option<&Vec<InlineResponse2009FilterList>>
[src]

pub fn reset_filter_list(&mut self)
[src]

pub fn set_location_tree(
    &mut self,
    location_tree: Vec<InlineResponse2009LocationTree>
)
[src]

pub fn with_location_tree(
    self,
    location_tree: Vec<InlineResponse2009LocationTree>
) -> InlineResponse2009
[src]

pub fn location_tree(&self) -> Option<&Vec<InlineResponse2009LocationTree>>
[src]

pub fn reset_location_tree(&mut self)
[src]

Trait Implementations

impl Debug for InlineResponse2009
[src]

impl Serialize for InlineResponse2009
[src]

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