pub struct C827 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
}Expand description
C827 - TYPE OF MARKING
Specification of the type of marking that reflects the method that was used and the conventions adhered to for marking (e.g. of packages).
Fields§
§_010: StringMarking type code M an..3
_020: Option<String>Code list identification code C an..17
_030: Option<String>Code list responsible agency code C an..3
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C827
impl<'de> Deserialize<'de> for C827
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 C827
impl RefUnwindSafe for C827
impl Send for C827
impl Sync for C827
impl Unpin for C827
impl UnwindSafe for C827
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