pub struct PostalAddress3 {
pub adr_tp: AddressType1Code,
pub mlng_ind: bool,
pub regn_adr_ind: bool,
pub nm_and_adr: NameAndAddress4,
}Fields§
§adr_tp: AddressType1Code§mlng_ind: bool§regn_adr_ind: bool§nm_and_adr: NameAndAddress4Implementations§
Source§impl PostalAddress3
impl PostalAddress3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PostalAddress3
impl RefUnwindSafe for PostalAddress3
impl Send for PostalAddress3
impl Sync for PostalAddress3
impl Unpin for PostalAddress3
impl UnwindSafe for PostalAddress3
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