pub struct RejectionReason70 {
pub msg_rpt_id: String,
pub sts: ReportingMessageStatus2Code,
pub dtld_vldtn_rule: Option<GenericValidationRuleIdentification1>,
}Fields§
§msg_rpt_id: String§sts: ReportingMessageStatus2Code§dtld_vldtn_rule: Option<GenericValidationRuleIdentification1>Implementations§
Source§impl RejectionReason70
impl RejectionReason70
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RejectionReason70
impl RefUnwindSafe for RejectionReason70
impl Send for RejectionReason70
impl Sync for RejectionReason70
impl Unpin for RejectionReason70
impl UnwindSafe for RejectionReason70
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