pub struct VC {Show 13 fields
pub _01: String,
pub _02: Option<E836>,
pub _03: Option<E837>,
pub _04: Option<String>,
pub _05: Option<String>,
pub _06: Option<String>,
pub _07: Option<String>,
pub _08: Option<E308>,
pub _09: Option<E835>,
pub _10: Option<String>,
pub _11: Option<String>,
pub _12: Option<E1543>,
pub _13: Option<String>,
}Expand description
VC - Motor Vehicle Control
To define motor vehicle control detail for the transport of vehicles
| REF | ID | NAME | REQ | TYPE | MIN/MAX |
|---|---|---|---|---|---|
| 01 | 539 | Vehicle Identification Number | M | AN | 1/30 |
| 02 | 836 | Vehicle Deck Position Code | O | ID | 2/2 |
| 03 | 837 | Vehicle Type Code | O | ID | 1/1 |
| 04 | 838 | Dealer Code | O | AN | 2/9 |
| 05 | 1 | Route Code | O | AN | 1/13 |
| 06 | 839 | Bay Location | O | AN | 1/6 |
| 07 | 833 | Automotive Manufacturers Code | O | ID | 2/2 |
| 08 | 308 | Damage Exception Indicator | O | ID | 1/1 |
| 09 | 835 | Supplemental Inspection Code | O | ID | 1/1 |
| 10 | 583 | Factory Car Order Number | O | AN | 6/10 |
| 11 | 877 | Vessel Stowage Location | O | AN | 1/12 |
| 12 | 1543 | Equipment Orientation Code | O | ID | 1/1 |
| 13 | 310 | Location Identifier | O | AN | 1/30 |
Fields§
§_01: String§_02: Option<E836>§_03: Option<E837>§_04: Option<String>§_05: Option<String>§_06: Option<String>§_07: Option<String>§_08: Option<E308>§_09: Option<E835>§_10: Option<String>§_11: Option<String>§_12: Option<E1543>§_13: 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 StructuralPartialEq for VC
Auto Trait Implementations§
impl Freeze for VC
impl RefUnwindSafe for VC
impl Send for VC
impl Sync for VC
impl Unpin for VC
impl UnsafeUnpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> ValidateIp for Twhere
T: ToString,
impl<T> ValidateIp for Twhere
T: ToString,
Source§fn validate_ipv4(&self) -> bool
fn validate_ipv4(&self) -> bool
Validates whether the given string is an IP V4
Source§fn validate_ipv6(&self) -> bool
fn validate_ipv6(&self) -> bool
Validates whether the given string is an IP V6
Source§fn validate_ip(&self) -> bool
fn validate_ip(&self) -> bool
Validates whether the given string is an IP