Struct edifact_types::d00b::Sts
source · pub struct Sts {
pub _010: Option<C601>,
pub _020: Option<C555>,
pub _030: Option<C556>,
pub _040: Option<C556>,
pub _050: Option<C556>,
pub _060: Option<C556>,
pub _070: Option<C556>,
}Expand description
STS - STATUS
A segment specifying the status relating to a consignment (e.g. loaded).
Fields§
§_010: Option<C601>C601 - STATUS CATEGORY
To specify the category of the status.
_020: Option<C555>C555STATUS
To specify a status.
_030: Option<C556>C556 -STATUS REASON
To specify the reason for a status.
_040: Option<C556>C556 -STATUS REASON
To specify the reason for a status.
_050: Option<C556>C556 -STATUS REASON
To specify the reason for a status.
_060: Option<C556>C556 -STATUS REASON
To specify the reason for a status.
_070: Option<C556>C556 -STATUS REASON
To specify the reason for a status.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Sts
impl<'de> Deserialize<'de> for Sts
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