pub struct UnderlyingTransaction5Choice {
pub initn: Option<UnderlyingPaymentInstruction5>,
pub intr_bk: Option<UnderlyingPaymentTransaction4>,
pub stmt_ntry: Option<UnderlyingStatementEntry3>,
}Fields§
§initn: Option<UnderlyingPaymentInstruction5>§intr_bk: Option<UnderlyingPaymentTransaction4>§stmt_ntry: Option<UnderlyingStatementEntry3>Implementations§
Source§impl UnderlyingTransaction5Choice
impl UnderlyingTransaction5Choice
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for UnderlyingTransaction5Choice
impl Clone for UnderlyingTransaction5Choice
Source§fn clone(&self) -> UnderlyingTransaction5Choice
fn clone(&self) -> UnderlyingTransaction5Choice
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnderlyingTransaction5Choice
impl Debug for UnderlyingTransaction5Choice
Source§impl Default for UnderlyingTransaction5Choice
impl Default for UnderlyingTransaction5Choice
Source§fn default() -> UnderlyingTransaction5Choice
fn default() -> UnderlyingTransaction5Choice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnderlyingTransaction5Choice
impl<'de> Deserialize<'de> for UnderlyingTransaction5Choice
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UnderlyingTransaction5Choice
impl PartialEq for UnderlyingTransaction5Choice
Source§fn eq(&self, other: &UnderlyingTransaction5Choice) -> bool
fn eq(&self, other: &UnderlyingTransaction5Choice) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnderlyingTransaction5Choice
Auto Trait Implementations§
impl Freeze for UnderlyingTransaction5Choice
impl RefUnwindSafe for UnderlyingTransaction5Choice
impl Send for UnderlyingTransaction5Choice
impl Sync for UnderlyingTransaction5Choice
impl Unpin for UnderlyingTransaction5Choice
impl UnwindSafe for UnderlyingTransaction5Choice
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