pub struct C059 {
pub _010: Option<String>,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
}Expand description
C059 - STREET
Street address and/or PO Box number in a structured address: one to four lines.
Fields§
§_010: Option<String>Street and number or post office box identifier M an..35
_020: Option<String>Street and number or post office box identifier C an..35
_030: Option<String>Street and number or post office box identifier C an..35
_040: Option<String>Street and number or post office box identifier C an..35
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C059
impl<'de> Deserialize<'de> for C059
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 C059
impl RefUnwindSafe for C059
impl Send for C059
impl Sync for C059
impl Unpin for C059
impl UnwindSafe for C059
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