pub struct TSR {
pub _010: Option<C536>,
pub _020: Option<C233>,
pub _030: Option<C537>,
pub _040: Option<C703>,
}Expand description
TSR - TRANSPORT SERVICE REQUIREMENTS
A segment identifying the transport service relating to the consignment.
Fields§
§_010: Option<C536>CONTRACT AND CARRIAGE CONDITION
To identify a contract and carriage condition.
_020: Option<C233>SERVICE
To identify a service (which may constitute an additional component to a basic contract).
_030: Option<C537>TRANSPORT PRIORITY
To indicate the priority of requested transport service.
_040: Option<C703>NATURE OF CARGO
Rough classification of a type of cargo.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TSR
impl<'de> Deserialize<'de> for TSR
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 TSR
impl RefUnwindSafe for TSR
impl Send for TSR
impl Sync for TSR
impl Unpin for TSR
impl UnwindSafe for TSR
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