pub struct SettlementAccount1 {
pub id: GenericIdentification165,
pub end_of_day_initl_mrgn_clld: AmountAndDirection102,
pub end_of_day_vartn_mrgn_clld: AmountAndDirection102,
pub end_of_day_dflt_fnd_clld: AmountAndDirection102,
pub end_of_day_sttlm_clld: AmountAndDirection102,
pub end_of_day_othr_clld: AmountAndDirection102,
pub end_of_day_lqdty_clld: AmountAndDirection102,
}Fields§
§id: GenericIdentification165§end_of_day_initl_mrgn_clld: AmountAndDirection102§end_of_day_vartn_mrgn_clld: AmountAndDirection102§end_of_day_dflt_fnd_clld: AmountAndDirection102§end_of_day_sttlm_clld: AmountAndDirection102§end_of_day_othr_clld: AmountAndDirection102§end_of_day_lqdty_clld: AmountAndDirection102Implementations§
Source§impl SettlementAccount1
impl SettlementAccount1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SettlementAccount1
impl RefUnwindSafe for SettlementAccount1
impl Send for SettlementAccount1
impl Sync for SettlementAccount1
impl Unpin for SettlementAccount1
impl UnwindSafe for SettlementAccount1
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