pub struct EpsTrend {
pub meta: Option<Box<EarningsEstimateMeta>>,
pub eps_trend: Option<Vec<EpsTrendEpsTrendInner>>,
pub status: Option<String>,
}Fields§
§meta: Option<Box<EarningsEstimateMeta>>§eps_trend: Option<Vec<EpsTrendEpsTrendInner>>EPS trend data
status: Option<String>Status of the response
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EpsTrend
impl<'de> Deserialize<'de> for EpsTrend
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for EpsTrend
Auto Trait Implementations§
impl Freeze for EpsTrend
impl RefUnwindSafe for EpsTrend
impl Send for EpsTrend
impl Sync for EpsTrend
impl Unpin for EpsTrend
impl UnwindSafe for EpsTrend
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more