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