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