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