pub struct StatusReportRecord3 {
pub orgnl_rcrd_id: String,
pub sts: ReportingRecordStatus1Code,
pub vldtn_rule: Option<Vec<GenericValidationRuleIdentification1>>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§orgnl_rcrd_id: String§sts: ReportingRecordStatus1Code§vldtn_rule: Option<Vec<GenericValidationRuleIdentification1>>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl StatusReportRecord3
impl StatusReportRecord3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StatusReportRecord3
impl RefUnwindSafe for StatusReportRecord3
impl Send for StatusReportRecord3
impl Sync for StatusReportRecord3
impl Unpin for StatusReportRecord3
impl UnwindSafe for StatusReportRecord3
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