pub struct EstimateHistory {
pub instrument: InstrumentIdentity,
pub quarterly: Vec<EstimateObservation>,
pub annual: Vec<EstimateObservation>,
pub lineage: DataLineage,
}Fields§
§instrument: InstrumentIdentity§quarterly: Vec<EstimateObservation>§annual: Vec<EstimateObservation>§lineage: DataLineageTrait Implementations§
Source§impl Clone for EstimateHistory
impl Clone for EstimateHistory
Source§fn clone(&self) -> EstimateHistory
fn clone(&self) -> EstimateHistory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EstimateHistory
impl Debug for EstimateHistory
Source§impl PartialEq for EstimateHistory
impl PartialEq for EstimateHistory
impl StructuralPartialEq for EstimateHistory
Auto Trait Implementations§
impl Freeze for EstimateHistory
impl RefUnwindSafe for EstimateHistory
impl Send for EstimateHistory
impl Sync for EstimateHistory
impl Unpin for EstimateHistory
impl UnsafeUnpin for EstimateHistory
impl UnwindSafe for EstimateHistory
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