pub struct C058 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
}Expand description
C058 NAME AND ADDRESS
Unstructured name and address: one to five lines.
Fields§
§_010: StringName and address description M an..35
_020: Option<String>Name and address description C an..35
_030: Option<String>Name and address description C an..35
_040: Option<String>Name and address description C an..35
_050: Option<String>Name and address description C an..35
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C058
impl<'de> Deserialize<'de> for C058
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 C058
impl RefUnwindSafe for C058
impl Send for C058
impl Sync for C058
impl Unpin for C058
impl UnwindSafe for C058
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