pub struct StatisticsByPredefinedTimePeriods2 {
pub hghst_pric_val12_mnths: Option<PriceValue5>,
pub lwst_pric_val12_mnths: Option<PriceValue5>,
pub one_yr_pric_chng: Option<PriceValueChange1>,
pub three_yr_pric_chng: Option<PriceValueChange1>,
pub five_yr_pric_chng: Option<PriceValueChange1>,
}Fields§
§hghst_pric_val12_mnths: Option<PriceValue5>§lwst_pric_val12_mnths: Option<PriceValue5>§one_yr_pric_chng: Option<PriceValueChange1>§three_yr_pric_chng: Option<PriceValueChange1>§five_yr_pric_chng: Option<PriceValueChange1>Implementations§
Source§impl StatisticsByPredefinedTimePeriods2
impl StatisticsByPredefinedTimePeriods2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StatisticsByPredefinedTimePeriods2
impl RefUnwindSafe for StatisticsByPredefinedTimePeriods2
impl Send for StatisticsByPredefinedTimePeriods2
impl Sync for StatisticsByPredefinedTimePeriods2
impl Unpin for StatisticsByPredefinedTimePeriods2
impl UnwindSafe for StatisticsByPredefinedTimePeriods2
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