SystemPartyModification3Choice

Struct SystemPartyModification3Choice 

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

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.