pub struct SystemParty7 {
pub pty_id: SystemPartyIdentification9,
pub adr: Option<Vec<PostalAddress28>>,
pub ctct_dtls: Option<Vec<Contact14>>,
pub opng_dt: Option<String>,
pub clsg_dt: Option<String>,
pub tp: SystemPartyType1Choice,
pub tech_adr: Option<Vec<TechnicalIdentification2Choice>>,
pub mkt_spcfc_attr: Option<Vec<MarketSpecificAttribute1>>,
pub nm: Option<PartyName4>,
pub res_tp: Option<ResidenceType1Code>,
pub lck_sts: Option<PartyLockStatus1>,
pub rstrctn: Option<Vec<SystemRestriction1>>,
}Fields§
§pty_id: SystemPartyIdentification9§adr: Option<Vec<PostalAddress28>>§ctct_dtls: Option<Vec<Contact14>>§opng_dt: Option<String>§clsg_dt: Option<String>§tp: SystemPartyType1Choice§tech_adr: Option<Vec<TechnicalIdentification2Choice>>§mkt_spcfc_attr: Option<Vec<MarketSpecificAttribute1>>§nm: Option<PartyName4>§res_tp: Option<ResidenceType1Code>§lck_sts: Option<PartyLockStatus1>§rstrctn: Option<Vec<SystemRestriction1>>Implementations§
Source§impl SystemParty7
impl SystemParty7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SystemParty7
impl RefUnwindSafe for SystemParty7
impl Send for SystemParty7
impl Sync for SystemParty7
impl Unpin for SystemParty7
impl UnwindSafe for SystemParty7
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