Struct edifact_types::d95b::C108
source · pub struct C108 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
}Expand description
C108 - TEXT LITERAL
Free text; one to five lines.
Fields§
§_010: StringFree text
M an..70
_020: Option<String>Free text
C an..70
_030: Option<String>Free text
C an..70
_040: Option<String>Free text
C an..70
_050: Option<String>Free text
C an..70
Trait Implementations§
source§impl<'de> Deserialize<'de> for C108
impl<'de> Deserialize<'de> for C108
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