pub struct C219 {
pub _010: Option<String>,
pub _020: Option<String>,
}Expand description
C219 - MOVEMENT TYPE
Description of type of service for movement of cargo.
Fields§
§_010: Option<String>Movement type description code
_020: Option<String>Movement type description
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C219
impl<'de> Deserialize<'de> for C219
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 C219
impl RefUnwindSafe for C219
impl Send for C219
impl Sync for C219
impl Unpin for C219
impl UnwindSafe for C219
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