Organisation43

Struct Organisation43 

Source
pub struct Organisation43 {
Show 18 fields pub full_lgl_nm: String, pub tradg_nm: Option<String>, pub org_lgl_sts: Option<OrganisationLegalStatus1Code>, pub estblishd_dt: Option<String>, pub regn_nb: Option<String>, pub regn_ctry: Option<String>, pub regn_dt: Option<String>, pub taxtn_id_nb: Option<String>, pub taxtn_ctry: Option<String>, pub ctry_of_opr: Option<String>, pub brd_rsltn_ind: Option<bool>, pub biz_adr: Option<PostalAddress27>, pub oprl_adr: Option<PostalAddress27>, pub lgl_adr: Option<PostalAddress27>, pub rprtv_offcr: Option<Vec<PartyIdentification272>>, pub trsr_mgr: Option<PartyIdentification272>, pub main_mndt_hldr: Option<Vec<PartyIdentification272>>, pub sndr: Option<Vec<PartyIdentification272>>,
}

Fields§

§full_lgl_nm: String§tradg_nm: Option<String>§org_lgl_sts: Option<OrganisationLegalStatus1Code>§estblishd_dt: Option<String>§regn_nb: Option<String>§regn_ctry: Option<String>§regn_dt: Option<String>§taxtn_id_nb: Option<String>§taxtn_ctry: Option<String>§ctry_of_opr: Option<String>§brd_rsltn_ind: Option<bool>§biz_adr: Option<PostalAddress27>§oprl_adr: Option<PostalAddress27>§lgl_adr: Option<PostalAddress27>§rprtv_offcr: Option<Vec<PartyIdentification272>>§trsr_mgr: Option<PartyIdentification272>§main_mndt_hldr: Option<Vec<PartyIdentification272>>§sndr: Option<Vec<PartyIdentification272>>

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.