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