[][src]Struct gurufocus_api::keyratios::QuarterlyAnalystEstimate

pub struct QuarterlyAnalystEstimate {
    pub long_term_growth_rate_mean: FloatOrString,
    pub date: Vec<String>,
    pub revenue_estimate: Vec<FloatOrString>,
    pub eps_nri_estimate: Vec<FloatOrString>,
    pub per_share_eps_estimate: Vec<FloatOrString>,
    pub ebit_estimate: Vec<FloatOrString>,
    pub ebitda_estimate: Vec<FloatOrString>,
    pub dividend_estimate: Vec<FloatOrString>,
    pub pettm_estimate: Vec<FloatOrString>,
}

Container for analyst estimates for quarterly periods

Fields

long_term_growth_rate_mean: FloatOrStringdate: Vec<String>revenue_estimate: Vec<FloatOrString>eps_nri_estimate: Vec<FloatOrString>per_share_eps_estimate: Vec<FloatOrString>ebit_estimate: Vec<FloatOrString>ebitda_estimate: Vec<FloatOrString>dividend_estimate: Vec<FloatOrString>pettm_estimate: Vec<FloatOrString>

Trait Implementations

impl Debug for QuarterlyAnalystEstimate[src]

impl<'de> Deserialize<'de> for QuarterlyAnalystEstimate[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.