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§
Source§impl MarketIdentification95
impl MarketIdentification95
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MarketIdentification95
impl RefUnwindSafe for MarketIdentification95
impl Send for MarketIdentification95
impl Sync for MarketIdentification95
impl Unpin for MarketIdentification95
impl UnwindSafe for MarketIdentification95
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