pub struct SystemPartyModification3Choice {
pub sys_pty_dt: Option<SystemParty2>,
pub pty_id: Option<SystemPartyIdentification10>,
pub pty_nm: Option<PartyName3>,
pub ctct_dtls: Option<Contact14>,
pub tech_adr: Option<TechnicalIdentification2Choice>,
pub pty_adr: Option<PostalAddress28>,
pub res_tp: Option<ResidenceType1Code>,
pub lck_sts: Option<PartyLockStatus1>,
pub sys_rstrctn: Option<SystemRestriction1>,
pub mkt_spcfc_attr: Option<MarketSpecificAttribute1>,
}Fields§
§sys_pty_dt: Option<SystemParty2>§pty_id: Option<SystemPartyIdentification10>§pty_nm: Option<PartyName3>§ctct_dtls: Option<Contact14>§tech_adr: Option<TechnicalIdentification2Choice>§pty_adr: Option<PostalAddress28>§res_tp: Option<ResidenceType1Code>§lck_sts: Option<PartyLockStatus1>§sys_rstrctn: Option<SystemRestriction1>§mkt_spcfc_attr: Option<MarketSpecificAttribute1>Implementations§
Source§impl SystemPartyModification3Choice
impl SystemPartyModification3Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SystemPartyModification3Choice
impl RefUnwindSafe for SystemPartyModification3Choice
impl Send for SystemPartyModification3Choice
impl Sync for SystemPartyModification3Choice
impl Unpin for SystemPartyModification3Choice
impl UnwindSafe for SystemPartyModification3Choice
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