pub struct ProcessingStatus69Choice {
pub pdg_cxl: Option<PendingStatus39Choice>,
pub rjctd: Option<RejectionOrRepairStatus39Choice>,
pub rpr: Option<RejectionOrRepairStatus39Choice>,
pub ackd_accptd: Option<AcknowledgedAcceptedStatus24Choice>,
pub prtry: Option<ProprietaryStatusAndReason6>,
pub dnd: Option<DeniedStatus16Choice>,
pub canc: Option<CancellationStatus15Choice>,
}Fields§
§pdg_cxl: Option<PendingStatus39Choice>§rjctd: Option<RejectionOrRepairStatus39Choice>§rpr: Option<RejectionOrRepairStatus39Choice>§ackd_accptd: Option<AcknowledgedAcceptedStatus24Choice>§prtry: Option<ProprietaryStatusAndReason6>§dnd: Option<DeniedStatus16Choice>§canc: Option<CancellationStatus15Choice>Implementations§
Source§impl ProcessingStatus69Choice
impl ProcessingStatus69Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ProcessingStatus69Choice
impl RefUnwindSafe for ProcessingStatus69Choice
impl Send for ProcessingStatus69Choice
impl Sync for ProcessingStatus69Choice
impl Unpin for ProcessingStatus69Choice
impl UnwindSafe for ProcessingStatus69Choice
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