pub struct PayInFactors1 {
pub aggt_shrt_pos_lmt: ActiveCurrencyAndAmount,
pub ccy_fctrs: Vec<CurrencyFactors1>,
}Fields§
§aggt_shrt_pos_lmt: ActiveCurrencyAndAmount§ccy_fctrs: Vec<CurrencyFactors1>Implementations§
Source§impl PayInFactors1
impl PayInFactors1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PayInFactors1
impl RefUnwindSafe for PayInFactors1
impl Send for PayInFactors1
impl Sync for PayInFactors1
impl Unpin for PayInFactors1
impl UnwindSafe for PayInFactors1
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