pub struct BenchmarkUpdate1 {
pub tech_rcrd_id: Option<String>,
pub id: SecurityIdentification19,
pub prvs_id: Option<SecurityIdentification19>,
pub othr: BenchmarkDetail1,
pub admstr: PartyIdentification136,
pub ndrsng_pty: Option<PartyIdentification136>,
pub sts: Option<StatusDetail1>,
pub tech_vldty_prd: Option<Period4Choice>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§tech_rcrd_id: Option<String>§id: SecurityIdentification19§prvs_id: Option<SecurityIdentification19>§othr: BenchmarkDetail1§admstr: PartyIdentification136§ndrsng_pty: Option<PartyIdentification136>§sts: Option<StatusDetail1>§tech_vldty_prd: Option<Period4Choice>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl BenchmarkUpdate1
impl BenchmarkUpdate1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BenchmarkUpdate1
impl RefUnwindSafe for BenchmarkUpdate1
impl Send for BenchmarkUpdate1
impl Sync for BenchmarkUpdate1
impl Unpin for BenchmarkUpdate1
impl UnwindSafe for BenchmarkUpdate1
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