UpdateLogPartyRecord2Choice

Struct UpdateLogPartyRecord2Choice 

Source
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§

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.