pub struct C824 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C824 Component material
To identify the material of which a component is composed (e.g. steel, plastics).
Fields§
§_010: Option<String>Component material description code C an..3
_020: Option<String>Code list identification code C an..17
_030: Option<String>Code list responsible agency code C an..3
_040: Option<String>Component material description C an..35
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C824
impl<'de> Deserialize<'de> for C824
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 C824
impl RefUnwindSafe for C824
impl Send for C824
impl Sync for C824
impl Unpin for C824
impl UnwindSafe for C824
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