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