Struct edifact_types::d95b::C517
source · pub struct C517 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C517 - LOCATION IDENTIFICATION
Identification of a location by code or name.
Fields§
§_010: Option<String>Place/location identification
C an..25
_020: Option<String>Code list qualifier
C an..3
_030: Option<String>Code list responsible agency, coded
C an..3
_040: Option<String>Place/location
C an..17
Trait Implementations§
source§impl<'de> Deserialize<'de> for C517
impl<'de> Deserialize<'de> for C517
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