Struct ib::models::InlineResponse2005[][src]

pub struct InlineResponse2005 { /* fields omitted */ }

Implementations

impl InlineResponse2005[src]

pub fn new() -> InlineResponse2005[src]

pub fn set_applicant_id(&mut self, applicant_id: f32)[src]

pub fn with_applicant_id(self, applicant_id: f32) -> InlineResponse2005[src]

pub fn applicant_id(&self) -> Option<&f32>[src]

pub fn reset_applicant_id(&mut self)[src]

pub fn set_entities(&mut self, entities: Vec<IbcustentityinfoEntities>)[src]

pub fn with_entities(
    self,
    entities: Vec<IbcustentityinfoEntities>
) -> InlineResponse2005
[src]

pub fn entities(&self) -> Option<&Vec<IbcustentityinfoEntities>>[src]

pub fn reset_entities(&mut self)[src]

Trait Implementations

impl Debug for InlineResponse2005[src]

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

impl Serialize for InlineResponse2005[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.