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