pub struct PointInTimeFundamentals {
pub instrument: InstrumentIdentity,
pub quarterly: Vec<FundamentalObservation>,
pub annual: Vec<FundamentalObservation>,
pub lineage: DataLineage,
}Fields§
§instrument: InstrumentIdentity§quarterly: Vec<FundamentalObservation>§annual: Vec<FundamentalObservation>§lineage: DataLineageTrait Implementations§
Source§impl Clone for PointInTimeFundamentals
impl Clone for PointInTimeFundamentals
Source§fn clone(&self) -> PointInTimeFundamentals
fn clone(&self) -> PointInTimeFundamentals
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 PointInTimeFundamentals
impl Debug for PointInTimeFundamentals
Source§impl PartialEq for PointInTimeFundamentals
impl PartialEq for PointInTimeFundamentals
impl StructuralPartialEq for PointInTimeFundamentals
Auto Trait Implementations§
impl Freeze for PointInTimeFundamentals
impl RefUnwindSafe for PointInTimeFundamentals
impl Send for PointInTimeFundamentals
impl Sync for PointInTimeFundamentals
impl Unpin for PointInTimeFundamentals
impl UnsafeUnpin for PointInTimeFundamentals
impl UnwindSafe for PointInTimeFundamentals
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