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