[][src]Struct ib::models::InlineResponse2009LocationTree

pub struct InlineResponse2009LocationTree { /* fields omitted */ }

Methods

impl InlineResponse2009LocationTree
[src]

pub fn new() -> InlineResponse2009LocationTree
[src]

pub fn set_display_name(&mut self, display_name: String)
[src]

pub fn with_display_name(
    self,
    display_name: String
) -> InlineResponse2009LocationTree
[src]

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

pub fn reset_display_name(&mut self)
[src]

pub fn set__type(&mut self, _type: String)
[src]

pub fn with__type(self, _type: String) -> InlineResponse2009LocationTree
[src]

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

pub fn reset__type(&mut self)
[src]

pub fn set_locations(&mut self, locations: Vec<InlineResponse2009Locations>)
[src]

pub fn with_locations(
    self,
    locations: Vec<InlineResponse2009Locations>
) -> InlineResponse2009LocationTree
[src]

pub fn locations(&self) -> Option<&Vec<InlineResponse2009Locations>>
[src]

pub fn reset_locations(&mut self)
[src]

Trait Implementations

impl Debug for InlineResponse2009LocationTree
[src]

impl Serialize for InlineResponse2009LocationTree
[src]

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