pub struct PartyIdentification43 {
pub nm: Option<String>,
pub pstl_adr: Option<PostalAddress6>,
pub id: Option<Party11Choice>,
pub ctry_of_res: Option<String>,
pub ctct_dtls: Option<ContactDetails2>,
}Fields§
§nm: Option<String>§pstl_adr: Option<PostalAddress6>§id: Option<Party11Choice>§ctry_of_res: Option<String>§ctct_dtls: Option<ContactDetails2>Implementations§
Source§impl PartyIdentification43
impl PartyIdentification43
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PartyIdentification43
impl RefUnwindSafe for PartyIdentification43
impl Send for PartyIdentification43
impl Sync for PartyIdentification43
impl Unpin for PartyIdentification43
impl UnwindSafe for PartyIdentification43
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