[][src]Struct pt::models::TickerCodes

pub struct TickerCodes { /* fields omitted */ }

Implementations

impl TickerCodes[src]

pub fn new() -> TickerCodes[src]

pub fn set_cik(&mut self, cik: String)[src]

pub fn with_cik(self, cik: String) -> TickerCodes[src]

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

pub fn reset_cik(&mut self)[src]

pub fn set_figi(&mut self, figi: String)[src]

pub fn with_figi(self, figi: String) -> TickerCodes[src]

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

pub fn reset_figi(&mut self)[src]

pub fn set_cfigi(&mut self, cfigi: String)[src]

pub fn with_cfigi(self, cfigi: String) -> TickerCodes[src]

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

pub fn reset_cfigi(&mut self)[src]

pub fn set_scfigi(&mut self, scfigi: String)[src]

pub fn with_scfigi(self, scfigi: String) -> TickerCodes[src]

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

pub fn reset_scfigi(&mut self)[src]

pub fn set_figiuid(&mut self, figiuid: String)[src]

pub fn with_figiuid(self, figiuid: String) -> TickerCodes[src]

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

pub fn reset_figiuid(&mut self)[src]

Trait Implementations

impl Clone for TickerCodes[src]

impl Debug for TickerCodes[src]

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

impl Serialize for TickerCodes[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> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.