Struct edifact_types::d00b::C827
source · pub struct C827 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
}Expand description
C827 - TYPE OF MARKING
Specification of the type of marking that reflects the method that was used and the conventions adhered to for marking (e.g. of packages).
Fields§
§_010: StringMarking type code M an..3
_020: Option<String>Code list identification code C an..17
_030: Option<String>Code list responsible agency code C an..3
Trait Implementations§
source§impl<'de> Deserialize<'de> for C827
impl<'de> Deserialize<'de> for C827
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