pub struct EPSConsensus {
pub consensus: Money,
pub number_of_estimates: Counter,
pub fiscal_period: FinancialPeriod,
pub fiscal_end_date: Date,
pub next_report_date: Date,
}
Expand description
Consensus Earnings per Share (EPS) targets for some fiscal period.
Fields§
§consensus: Money
§number_of_estimates: Counter
§fiscal_period: FinancialPeriod
§fiscal_end_date: Date
§next_report_date: Date
Auto Trait Implementations§
impl Freeze for EPSConsensus
impl RefUnwindSafe for EPSConsensus
impl Send for EPSConsensus
impl Sync for EPSConsensus
impl Unpin for EPSConsensus
impl UnwindSafe for EPSConsensus
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