pub struct SpecialCondition1 {
pub incmg_amt: ActiveCurrencyAndAmount,
pub outgng_amt: ActiveCurrencyAndAmount,
pub incmg_amt_to_othr_acct: Option<ActiveCurrencyAndAmount>,
pub pmt_fr_othr_acct: Option<ActiveCurrencyAndAmount>,
}Fields§
§incmg_amt: ActiveCurrencyAndAmount§outgng_amt: ActiveCurrencyAndAmount§incmg_amt_to_othr_acct: Option<ActiveCurrencyAndAmount>§pmt_fr_othr_acct: Option<ActiveCurrencyAndAmount>Implementations§
Source§impl SpecialCondition1
impl SpecialCondition1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SpecialCondition1
impl RefUnwindSafe for SpecialCondition1
impl Send for SpecialCondition1
impl Sync for SpecialCondition1
impl Unpin for SpecialCondition1
impl UnwindSafe for SpecialCondition1
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