pub struct C210 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
pub _060: Option<String>,
pub _070: Option<String>,
pub _080: Option<String>,
pub _090: Option<String>,
pub _100: Option<String>,
}Expand description
C210 - MARKS & LABELS
Shipping marks on packages in free text; one to ten lines.
Fields§
§_010: StringShipping marks description M an..35
_020: Option<String>Shipping marks description C an..35
_030: Option<String>Shipping marks description C an..35
_040: Option<String>Shipping marks description C an..35
_050: Option<String>Shipping marks description C an..35
_060: Option<String>Shipping marks description C an..35
_070: Option<String>Shipping marks description C an..35
_080: Option<String>Shipping marks description C an..35
_090: Option<String>Shipping marks description C an..35
_100: Option<String>Shipping marks description C an..35
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C210
impl<'de> Deserialize<'de> for C210
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 C210
impl RefUnwindSafe for C210
impl Send for C210
impl Sync for C210
impl Unpin for C210
impl UnwindSafe for C210
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