pub struct C212 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C212 Item number identification
Goods identification for a specified source.
Fields§
§_010: Option<String>Item identifier an..35
To identify an item.
_020: Option<String>Item type identification code an..3
Coded identification of an item type. 1 User or association defined code. May be used in combination with 1131/3055.
_030: Option<String>Code list identification code an..17
Code identifying a code list.
_040: Option<String>Code list responsible agency code an..3
Code specifying the agency responsible for a code list.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C212
impl<'de> Deserialize<'de> for C212
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 C212
impl RefUnwindSafe for C212
impl Send for C212
impl Sync for C212
impl Unpin for C212
impl UnwindSafe for C212
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