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>C555 - STATUS
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
Auto Trait Implementations§
impl Freeze for STS
impl RefUnwindSafe for STS
impl Send for STS
impl Sync for STS
impl Unpin for STS
impl UnwindSafe for STS
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