pub struct ProcessingStatus72Choice {
pub ackd_accptd: Option<Reason4>,
pub pdg_prcg: Option<Reason18Choice>,
pub rjctd: Option<Reason18Choice>,
pub cmpltd: Option<Reason4>,
pub prtry: Option<ProprietaryStatusAndReason6>,
}Fields§
§ackd_accptd: Option<Reason4>§pdg_prcg: Option<Reason18Choice>§rjctd: Option<Reason18Choice>§cmpltd: Option<Reason4>§prtry: Option<ProprietaryStatusAndReason6>Implementations§
Source§impl ProcessingStatus72Choice
impl ProcessingStatus72Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ProcessingStatus72Choice
impl RefUnwindSafe for ProcessingStatus72Choice
impl Send for ProcessingStatus72Choice
impl Sync for ProcessingStatus72Choice
impl Unpin for ProcessingStatus72Choice
impl UnwindSafe for ProcessingStatus72Choice
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