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