MarketIdentification95

Struct MarketIdentification95 

Source
pub struct MarketIdentification95 {
Show 16 fields pub oprg: String, pub sgmt: String, pub tp: MarketIdentification1Code, pub ctgy: Option<MICEntityType1Code>, pub instn_nm: String, pub acrnm: Option<String>, pub city: Option<String>, pub ctry: CountryCodeAndName3, pub authrty_nm: Option<String>, pub web_site: Option<String>, pub note: Option<String>, pub mod_attr: Option<Modification1Code>, pub cre_dt: Option<String>, pub vldty_prd: Period4Choice, pub sts_dt: Option<String>, pub last_updtd_dt: Option<String>,
}

Fields§

§oprg: String§sgmt: String§tp: MarketIdentification1Code§ctgy: Option<MICEntityType1Code>§instn_nm: String§acrnm: Option<String>§city: Option<String>§ctry: CountryCodeAndName3§authrty_nm: Option<String>§web_site: Option<String>§note: Option<String>§mod_attr: Option<Modification1Code>§cre_dt: Option<String>§vldty_prd: Period4Choice§sts_dt: Option<String>§last_updtd_dt: Option<String>

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.