pub struct C059 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
}Expand description
C059 - STREET
Street address and/or PO Box number in a structured address: one to three lines.
Fields§
§_010: StringStreet and number/p.o. box
M an..35
_020: Option<String>Street and number/p.o. box
C an..35
_030: Option<String>Street and number/p.o. box
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
impl Eq for C059
impl StructuralPartialEq for C059
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