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