pub struct AssetClassCommodityFertilizer3Choice {
pub ammn: Option<FertilizerCommodityAmmonia1>,
pub dmmnm_phspht: Option<FertilizerCommodityDiammoniumPhosphate1>,
pub ptsh: Option<FertilizerCommodityPotash1>,
pub slphr: Option<FertilizerCommoditySulphur1>,
pub urea: Option<FertilizerCommodityUrea1>,
pub urea_and_ammnm_ntrt: Option<FertilizerCommodityUreaAndAmmoniumNitrate1>,
pub othr: Option<FertilizerCommodityOther1>,
}Fields§
§ammn: Option<FertilizerCommodityAmmonia1>§dmmnm_phspht: Option<FertilizerCommodityDiammoniumPhosphate1>§ptsh: Option<FertilizerCommodityPotash1>§slphr: Option<FertilizerCommoditySulphur1>§urea: Option<FertilizerCommodityUrea1>§urea_and_ammnm_ntrt: Option<FertilizerCommodityUreaAndAmmoniumNitrate1>§othr: Option<FertilizerCommodityOther1>Implementations§
Source§impl AssetClassCommodityFertilizer3Choice
impl AssetClassCommodityFertilizer3Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AssetClassCommodityFertilizer3Choice
impl RefUnwindSafe for AssetClassCommodityFertilizer3Choice
impl Send for AssetClassCommodityFertilizer3Choice
impl Sync for AssetClassCommodityFertilizer3Choice
impl Unpin for AssetClassCommodityFertilizer3Choice
impl UnwindSafe for AssetClassCommodityFertilizer3Choice
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