pub struct C401 {
pub _010: String,
pub _020: String,
pub _030: Option<String>,
}Expand description
C401 - EXCESS TRANSPORTATION INFORMATION
To provide details of reason for, and responsibility for, use of transportation other than normally utilized.
Fields§
§_010: StringExcess transportation reason, coded
M an..3
_020: StringExcess transportation responsibility, coded
M an..3
_030: Option<String>Customer authorization number
C an..17
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C401
impl<'de> Deserialize<'de> for C401
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 C401
impl StructuralPartialEq for C401
Auto Trait Implementations§
impl Freeze for C401
impl RefUnwindSafe for C401
impl Send for C401
impl Sync for C401
impl Unpin for C401
impl UnwindSafe for C401
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