pub struct ReportData4 {
pub msg_id: String,
pub val_dt: String,
pub dt_and_tm_stmp: String,
pub tp: Entry2Code,
pub schdl_tp: String,
pub sttlm_ssn_idr: Option<String>,
}Fields§
§msg_id: String§val_dt: String§dt_and_tm_stmp: String§tp: Entry2Code§schdl_tp: String§sttlm_ssn_idr: Option<String>Implementations§
Source§impl ReportData4
impl ReportData4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReportData4
impl RefUnwindSafe for ReportData4
impl Send for ReportData4
impl Sync for ReportData4
impl Unpin for ReportData4
impl UnwindSafe for ReportData4
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