pub struct PIA {
pub _010: String,
pub _020: C212,
pub _030: Option<C212>,
pub _040: Option<C212>,
pub _050: Option<C212>,
pub _060: Option<C212>,
}Expand description
PIA Additional product id
To specify additional or substitutional item identification codes.
Fields§
§_010: StringProduct identifier code qualifier
Code qualifying the product identifier.
_020: C212C212 Item number identification
Goods identification for a specified source.
_030: Option<C212>C212 Item number identification
Goods identification for a specified source.
_040: Option<C212>C212 Item number identification
Goods identification for a specified source.
_050: Option<C212>C212 Item number identification
Goods identification for a specified source.
_060: Option<C212>C212 Item number identification
Goods identification for a specified source.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PIA
impl<'de> Deserialize<'de> for PIA
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PIA
impl RefUnwindSafe for PIA
impl Send for PIA
impl Sync for PIA
impl Unpin for PIA
impl UnwindSafe for PIA
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