pub struct C232 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C232 Government action
Code indicating a type of government action.
Fields§
§_010: Option<String>Government agency identification code
Code identifying a government agency.
_020: Option<String>Government involvement code
Code indicating the requirement and status of governmental involvement.
_030: Option<String>Government action code
Code specifying a type of government action such as inspection, detention, fumigation, security.
_040: Option<String>Government procedure code
Code specifying a government procedure.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C232
impl<'de> Deserialize<'de> for C232
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 C232
impl RefUnwindSafe for C232
impl Send for C232
impl Sync for C232
impl Unpin for C232
impl UnwindSafe for C232
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