pub struct InvestigationData2 {
pub orgnl_invstgtn_seq: Option<f64>,
pub orgnl_invstgtn_rsn: Option<InvestigationReason1Choice>,
pub orgnl_invstgtn_rsn_sub_tp: Option<InvestigationReasonSubType1Choice>,
pub rspn_data: InvestigationDataRecord1Choice,
pub rltd_invstgtn_data: Option<RelatedInvestigationData1>,
pub nclsd_file: Option<Vec<Document12>>,
pub rltd_file_data: Option<Vec<FileData1>>,
pub rspn_orgtr: Option<Party40Choice>,
}Fields§
§orgnl_invstgtn_seq: Option<f64>§orgnl_invstgtn_rsn: Option<InvestigationReason1Choice>§orgnl_invstgtn_rsn_sub_tp: Option<InvestigationReasonSubType1Choice>§rspn_data: InvestigationDataRecord1Choice§rltd_invstgtn_data: Option<RelatedInvestigationData1>§nclsd_file: Option<Vec<Document12>>§rltd_file_data: Option<Vec<FileData1>>§rspn_orgtr: Option<Party40Choice>Implementations§
Source§impl InvestigationData2
impl InvestigationData2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvestigationData2
impl RefUnwindSafe for InvestigationData2
impl Send for InvestigationData2
impl Sync for InvestigationData2
impl Unpin for InvestigationData2
impl UnwindSafe for InvestigationData2
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