pub struct GOR {
pub _010: Option<String>,
pub _020: Option<C232>,
pub _030: Option<C232>,
pub _040: Option<C232>,
pub _050: Option<C232>,
}Expand description
GOR Governmental requirements
To indicate the requirement for a specific governmental action and/or procedure or which specific procedure is valid for a specific part of the transport.
Fields§
§_010: Option<String>Transport movement code
Code specifying the transport movement.
_020: Option<C232>C232 Government action
Code indicating a type of government action.
_030: Option<C232>C232 Government action
Code indicating a type of government action.
_040: Option<C232>C232 Government action
Code indicating a type of government action.
_050: Option<C232>C232 Government action
Code indicating a type of government action.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GOR
impl<'de> Deserialize<'de> for GOR
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 GOR
impl RefUnwindSafe for GOR
impl Send for GOR
impl Sync for GOR
impl Unpin for GOR
impl UnwindSafe for GOR
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