pub struct TMD {
pub _010: Option<C219>,
pub _020: Option<String>,
pub _030: Option<String>,
}Expand description
TMD - TRANSPORT MOVEMENT DETAILS
A segment to specify transport movement details related to the equipment.
Fields§
§_010: Option<C219>C219 - MOVEMENT TYPE
Description of type of service for movement of cargo.
_020: Option<String>EQUIPMENT PLAN DESCRIPTION
Free form description of the equipment plan.
_030: Option<String>HAULAGE ARRANGEMENTS CODE
Code specifying the arrangement for the haulage of goods.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TMD
impl<'de> Deserialize<'de> for TMD
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 TMD
impl RefUnwindSafe for TMD
impl Send for TMD
impl Sync for TMD
impl Unpin for TMD
impl UnwindSafe for TMD
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