pub struct PaymentCancellationReason6 {
pub orgtr: Option<PartyIdentification272>,
pub rsn: Option<CancellationReason33Choice>,
pub addtl_inf: Option<Vec<String>>,
}Fields§
§orgtr: Option<PartyIdentification272>§rsn: Option<CancellationReason33Choice>§addtl_inf: Option<Vec<String>>Implementations§
Source§impl PaymentCancellationReason6
impl PaymentCancellationReason6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentCancellationReason6
impl RefUnwindSafe for PaymentCancellationReason6
impl Send for PaymentCancellationReason6
impl Sync for PaymentCancellationReason6
impl Unpin for PaymentCancellationReason6
impl UnwindSafe for PaymentCancellationReason6
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