pub struct TransactionType2 {
pub sts: EntryStatus1Choice,
pub cdt_dbt_ind: CreditDebitCode,
pub flr_lmt: Option<Vec<Limit2>>,
}Fields§
§sts: EntryStatus1Choice§cdt_dbt_ind: CreditDebitCode§flr_lmt: Option<Vec<Limit2>>Implementations§
Source§impl TransactionType2
impl TransactionType2
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for TransactionType2
impl Clone for TransactionType2
Source§fn clone(&self) -> TransactionType2
fn clone(&self) -> TransactionType2
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 TransactionType2
impl Debug for TransactionType2
Source§impl Default for TransactionType2
impl Default for TransactionType2
Source§fn default() -> TransactionType2
fn default() -> TransactionType2
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TransactionType2
impl<'de> Deserialize<'de> for TransactionType2
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 TransactionType2
impl PartialEq for TransactionType2
Source§impl Serialize for TransactionType2
impl Serialize for TransactionType2
impl StructuralPartialEq for TransactionType2
Auto Trait Implementations§
impl Freeze for TransactionType2
impl RefUnwindSafe for TransactionType2
impl Send for TransactionType2
impl Sync for TransactionType2
impl Unpin for TransactionType2
impl UnwindSafe for TransactionType2
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