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