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