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