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