pub struct C228 {
pub _010: Option<String>,
pub _020: Option<String>,
}Expand description
C228 - TRANSPORT MEANS
Code and/or name identifying the type of means of transport.
Fields§
§_010: Option<String>Transport means description code
_020: Option<String>Transport means description
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C228
impl<'de> Deserialize<'de> for C228
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 C228
impl RefUnwindSafe for C228
impl Send for C228
impl Sync for C228
impl Unpin for C228
impl UnwindSafe for C228
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