[][src]Struct gurufocus_api::gurus::GuruPick

pub struct GuruPick {
    pub guru_name: String,
    pub recm_action: String,
    pub recm_date: String,
    pub recm_price: FloatOrString,
    pub change: FloatOrString,
    pub comment: String,
    pub company: String,
    pub currency: String,
    pub currency_txt: String,
    pub price: FloatOrString,
    pub price_max: FloatOrString,
    pub price_min: FloatOrString,
    pub sector: String,
    pub share_current: FloatOrString,
    pub symbol: String,
    pub symbol_ori: String,
    pub trans_share: FloatOrString,
    pub transaction_type: String,
    pub exchange: String,
    pub industry: String,
}

Fields

guru_name: Stringrecm_action: Stringrecm_date: Stringrecm_price: FloatOrStringchange: FloatOrStringcomment: Stringcompany: Stringcurrency: Stringcurrency_txt: Stringprice: FloatOrStringprice_max: FloatOrStringprice_min: FloatOrStringsector: Stringshare_current: FloatOrStringsymbol: Stringsymbol_ori: Stringtrans_share: FloatOrStringtransaction_type: Stringexchange: Stringindustry: String

Trait Implementations

impl Debug for GuruPick[src]

impl<'de> Deserialize<'de> for GuruPick[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> Instrument for T[src]

impl<T> Instrument 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.