pub struct NAD {
pub _010: String,
pub _020: Option<C082>,
pub _030: Option<C058>,
pub _040: Option<C080>,
pub _050: Option<C059>,
pub _060: Option<String>,
pub _070: Option<String>,
pub _080: Option<String>,
pub _090: Option<String>,
}Expand description
NAD - NAME AND ADDRESS
To specify the name/address and their related function, either by CO82 only and/or unstructured by CO58 or structured by CO80 thru 3207.
Fields§
§_010: String§_020: Option<C082>§_030: Option<C058>§_040: Option<C080>§_050: Option<C059>§_060: Option<String>§_070: Option<String>§_080: Option<String>§_090: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for NAD
impl<'de> Deserialize<'de> for NAD
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 NAD
impl RefUnwindSafe for NAD
impl Send for NAD
impl Sync for NAD
impl Unpin for NAD
impl UnwindSafe for NAD
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