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