[][src]Struct ib::models::SummaryTotal

pub struct SummaryTotal { /* fields omitted */ }

Methods

impl SummaryTotal
[src]

pub fn new() -> SummaryTotal
[src]

pub fn set_chg(&mut self, chg: String)
[src]

pub fn with_chg(self, chg: String) -> SummaryTotal
[src]

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

pub fn reset_chg(&mut self)
[src]

pub fn set_rtn(&mut self, rtn: String)
[src]

pub fn with_rtn(self, rtn: String) -> SummaryTotal
[src]

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

pub fn reset_rtn(&mut self)
[src]

pub fn set_incomplete_data(&mut self, incomplete_data: bool)
[src]

pub fn with_incomplete_data(self, incomplete_data: bool) -> SummaryTotal
[src]

pub fn incomplete_data(&self) -> Option<&bool>
[src]

pub fn reset_incomplete_data(&mut self)
[src]

pub fn set_end_val(&mut self, end_val: String)
[src]

pub fn with_end_val(self, end_val: String) -> SummaryTotal
[src]

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

pub fn reset_end_val(&mut self)
[src]

pub fn set_start_val(&mut self, start_val: String)
[src]

pub fn with_start_val(self, start_val: String) -> SummaryTotal
[src]

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

pub fn reset_start_val(&mut self)
[src]

Trait Implementations

impl Debug for SummaryTotal
[src]

impl Serialize for SummaryTotal
[src]

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