pub struct VC {
pub _01: String,
pub _02: Option<String>,
pub _03: Option<String>,
pub _04: Option<String>,
pub _05: Option<String>,
pub _06: Option<String>,
pub _07: Option<String>,
pub _08: Option<String>,
pub _09: Option<String>,
pub _10: Option<String>,
pub _11: Option<String>,
}Expand description
VC - Motor Vehicle Control
To define motor vehicle identification and logistics
| REF | ID | NAME | REPEAT | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|---|
| 01 | 539 | Vehicle Identification Number | 1 | M | AN | 1/25 |
| 02 | 836 | Vehicle Deck Position Code | 1 | O | ID | 2/2 |
| 03 | 837 | Vehicle Type Code | 1 | O | ID | 1/1 |
| 04 | 838 | Dealer Code | 1 | O | AN | 2/9 |
| 05 | 1 | Route Code | 1 | O/Z | AN | 1/13 |
| 06 | 839 | Bay Location | 1 | O | AN | 1/6 |
| 07 | 833 | Automotive Manufacturers Code | 1 | O | ID | 2/2 |
| 08 | 308 | Damage Exception Indicator | 1 | O | ID | 1/1 |
| 09 | 835 | Supplemental Inspection Code | 1 | O | ID | 1/1 |
| 10 | 583 | Factory Car Order Number | 1 | O | AN | 6/10 |
| 11 | 877 | Vessel Stowage Location | 1 | O | AN | 1/12 |
Fields
_01: String_02: Option<String>_03: Option<String>_04: Option<String>_05: Option<String>_06: Option<String>_07: Option<String>_08: Option<String>_09: Option<String>_10: Option<String>_11: Option<String>Trait Implementations
sourceimpl<'de> Deserialize<'de> for VC
impl<'de> Deserialize<'de> for VC
sourcefn 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
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more