pub struct ProcessingStatus43Choice {
pub rcvd: Option<ReceivedStatusReason1>,
pub accptd: Option<AcceptedStatusReason7>,
pub pdg_prcg: Option<PendingProcessingStatusReason1>,
pub rjctd: Option<RejectedStatusReason12>,
pub prtry_sts: Option<ProprietaryStatusAndReason5>,
}Fields§
§rcvd: Option<ReceivedStatusReason1>§accptd: Option<AcceptedStatusReason7>§pdg_prcg: Option<PendingProcessingStatusReason1>§rjctd: Option<RejectedStatusReason12>§prtry_sts: Option<ProprietaryStatusAndReason5>Implementations§
Source§impl ProcessingStatus43Choice
impl ProcessingStatus43Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ProcessingStatus43Choice
impl RefUnwindSafe for ProcessingStatus43Choice
impl Send for ProcessingStatus43Choice
impl Sync for ProcessingStatus43Choice
impl Unpin for ProcessingStatus43Choice
impl UnwindSafe for ProcessingStatus43Choice
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