pub struct PendingProcessingReason9Choice {
pub no_spcfd_rsn: Option<NoReasonCode>,
pub rsn: Option<Vec<PendingProcessingReason8Choice>>,
}Fields§
§no_spcfd_rsn: Option<NoReasonCode>§rsn: Option<Vec<PendingProcessingReason8Choice>>Implementations§
Source§impl PendingProcessingReason9Choice
impl PendingProcessingReason9Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PendingProcessingReason9Choice
impl RefUnwindSafe for PendingProcessingReason9Choice
impl Send for PendingProcessingReason9Choice
impl Sync for PendingProcessingReason9Choice
impl Unpin for PendingProcessingReason9Choice
impl UnwindSafe for PendingProcessingReason9Choice
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