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