pub struct InterestRecord2 {
pub amt: ActiveOrHistoricCurrencyAndAmount,
pub cdt_dbt_ind: CreditDebitCode,
pub tp: Option<InterestType1Choice>,
pub rate: Option<Rate4>,
pub fr_to_dt: Option<DateTimePeriod1>,
pub rsn: Option<String>,
pub tax: Option<TaxCharges2>,
}Fields§
§amt: ActiveOrHistoricCurrencyAndAmount§cdt_dbt_ind: CreditDebitCode§tp: Option<InterestType1Choice>§rate: Option<Rate4>§fr_to_dt: Option<DateTimePeriod1>§rsn: Option<String>§tax: Option<TaxCharges2>Implementations§
Source§impl InterestRecord2
impl InterestRecord2
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for InterestRecord2
impl Clone for InterestRecord2
Source§fn clone(&self) -> InterestRecord2
fn clone(&self) -> InterestRecord2
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 InterestRecord2
impl Debug for InterestRecord2
Source§impl Default for InterestRecord2
impl Default for InterestRecord2
Source§fn default() -> InterestRecord2
fn default() -> InterestRecord2
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InterestRecord2
impl<'de> Deserialize<'de> for InterestRecord2
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 InterestRecord2
impl PartialEq for InterestRecord2
Source§impl Serialize for InterestRecord2
impl Serialize for InterestRecord2
impl StructuralPartialEq for InterestRecord2
Auto Trait Implementations§
impl Freeze for InterestRecord2
impl RefUnwindSafe for InterestRecord2
impl Send for InterestRecord2
impl Sync for InterestRecord2
impl Unpin for InterestRecord2
impl UnwindSafe for InterestRecord2
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