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