pub struct UpdateLogPartyRecord2Choice {
pub adr: Option<UpdateLogAddress2>,
pub ctct_dtls: Option<UpdateLogContact2>,
pub opng_dt: Option<UpdateLogDate1>,
pub clsg_dt: Option<UpdateLogDate1>,
pub tp: Option<UpdateLogSystemPartyType1>,
pub tech_adr: Option<UpdateLogTechnicalAddress1>,
pub mkt_spcfc_attr: Option<UpdateLogMarketSpecificAttribute1>,
pub nm: Option<UpdateLogPartyName1>,
pub res_tp: Option<UpdateLogResidenceType1>,
pub lck_sts: Option<UpdateLogPartyLockStatus1>,
pub rstrctn: Option<UpdateLogRestriction1>,
pub othr: Option<Vec<UpdateLogProprietary1>>,
}Fields§
§adr: Option<UpdateLogAddress2>§ctct_dtls: Option<UpdateLogContact2>§opng_dt: Option<UpdateLogDate1>§clsg_dt: Option<UpdateLogDate1>§tp: Option<UpdateLogSystemPartyType1>§tech_adr: Option<UpdateLogTechnicalAddress1>§mkt_spcfc_attr: Option<UpdateLogMarketSpecificAttribute1>§nm: Option<UpdateLogPartyName1>§res_tp: Option<UpdateLogResidenceType1>§lck_sts: Option<UpdateLogPartyLockStatus1>§rstrctn: Option<UpdateLogRestriction1>§othr: Option<Vec<UpdateLogProprietary1>>Implementations§
Source§impl UpdateLogPartyRecord2Choice
impl UpdateLogPartyRecord2Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UpdateLogPartyRecord2Choice
impl RefUnwindSafe for UpdateLogPartyRecord2Choice
impl Send for UpdateLogPartyRecord2Choice
impl Sync for UpdateLogPartyRecord2Choice
impl Unpin for UpdateLogPartyRecord2Choice
impl UnwindSafe for UpdateLogPartyRecord2Choice
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