pub struct TPL {
pub _010: C222,
}Expand description
TPL - TRANSPORT PLACEMENT
A segment to identify the means of transport to which the equipment is linked, necessary in cases where this forms the key to retrieve relevant information.
Fields§
§_010: C222C222 - TRANSPORT IDENTIFICATION
Code and/or name identifying the means of transport.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TPL
impl<'de> Deserialize<'de> for TPL
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 TPL
impl RefUnwindSafe for TPL
impl Send for TPL
impl Sync for TPL
impl Unpin for TPL
impl UnwindSafe for TPL
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