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