pub struct C220 {
pub _010: Option<String>,
pub _020: Option<String>,
}Expand description
C220 - MODE OF TRANSPORT
Method of transport code or name. Code preferred.
Fields§
§_010: Option<String>Mode of transport, coded
C an..3
_020: Option<String>Mode of transport
C an..17
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C220
impl<'de> Deserialize<'de> for C220
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
impl Eq for C220
impl StructuralPartialEq for C220
Auto Trait Implementations§
impl Freeze for C220
impl RefUnwindSafe for C220
impl Send for C220
impl Sync for C220
impl Unpin for C220
impl UnwindSafe for C220
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