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§
source§impl<'de> Deserialize<'de> for VC
impl<'de> Deserialize<'de> for VC
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 VC
impl StructuralEq for VC
impl StructuralPartialEq for VC
Auto Trait Implementations§
impl RefUnwindSafe for VC
impl Send for VC
impl Sync for VC
impl Unpin for VC
impl UnwindSafe for VC
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