pub struct AssetClassCommodityFertilizer4Choice {
pub ammn: Option<FertilizerCommodityAmmonia2>,
pub dmmnm_phspht: Option<FertilizerCommodityDiammoniumPhosphate2>,
pub ptsh: Option<FertilizerCommodityPotash2>,
pub slphr: Option<FertilizerCommoditySulphur2>,
pub urea: Option<FertilizerCommodityUrea2>,
pub urea_and_ammnm_ntrt: Option<FertilizerCommodityUreaAndAmmoniumNitrate2>,
pub othr: Option<FertilizerCommodityOther2>,
}Fields§
§ammn: Option<FertilizerCommodityAmmonia2>§dmmnm_phspht: Option<FertilizerCommodityDiammoniumPhosphate2>§ptsh: Option<FertilizerCommodityPotash2>§slphr: Option<FertilizerCommoditySulphur2>§urea: Option<FertilizerCommodityUrea2>§urea_and_ammnm_ntrt: Option<FertilizerCommodityUreaAndAmmoniumNitrate2>§othr: Option<FertilizerCommodityOther2>Implementations§
Source§impl AssetClassCommodityFertilizer4Choice
impl AssetClassCommodityFertilizer4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AssetClassCommodityFertilizer4Choice
impl RefUnwindSafe for AssetClassCommodityFertilizer4Choice
impl Send for AssetClassCommodityFertilizer4Choice
impl Sync for AssetClassCommodityFertilizer4Choice
impl Unpin for AssetClassCommodityFertilizer4Choice
impl UnwindSafe for AssetClassCommodityFertilizer4Choice
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