pub struct EnvironmentalCommodityWeather1 {
pub base_pdct: AssetClassProductType3Code,
pub sub_pdct: AssetClassSubProductType30Code,
}Fields§
§base_pdct: AssetClassProductType3Code§sub_pdct: AssetClassSubProductType30CodeImplementations§
Source§impl EnvironmentalCommodityWeather1
impl EnvironmentalCommodityWeather1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for EnvironmentalCommodityWeather1
impl RefUnwindSafe for EnvironmentalCommodityWeather1
impl Send for EnvironmentalCommodityWeather1
impl Sync for EnvironmentalCommodityWeather1
impl Unpin for EnvironmentalCommodityWeather1
impl UnwindSafe for EnvironmentalCommodityWeather1
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