pub struct CorrectiveTransaction5Choice {
pub initn: Option<CorrectivePaymentInitiation5>,
pub intr_bk: Option<CorrectiveInterbankTransaction3>,
}Fields§
§initn: Option<CorrectivePaymentInitiation5>§intr_bk: Option<CorrectiveInterbankTransaction3>Implementations§
Source§impl CorrectiveTransaction5Choice
impl CorrectiveTransaction5Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CorrectiveTransaction5Choice
impl RefUnwindSafe for CorrectiveTransaction5Choice
impl Send for CorrectiveTransaction5Choice
impl Sync for CorrectiveTransaction5Choice
impl Unpin for CorrectiveTransaction5Choice
impl UnwindSafe for CorrectiveTransaction5Choice
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