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