pub struct PostedMarginOrCollateral4 {
pub initl_mrgn_pstd: Option<ActiveOrHistoricCurrencyAndAmount>,
pub vartn_mrgn_pstd: Option<ActiveOrHistoricCurrencyAndAmount>,
pub xcss_coll_pstd: Option<ActiveOrHistoricCurrencyAndAmount>,
}Fields§
§initl_mrgn_pstd: Option<ActiveOrHistoricCurrencyAndAmount>§vartn_mrgn_pstd: Option<ActiveOrHistoricCurrencyAndAmount>§xcss_coll_pstd: Option<ActiveOrHistoricCurrencyAndAmount>Implementations§
Source§impl PostedMarginOrCollateral4
impl PostedMarginOrCollateral4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PostedMarginOrCollateral4
impl RefUnwindSafe for PostedMarginOrCollateral4
impl Send for PostedMarginOrCollateral4
impl Sync for PostedMarginOrCollateral4
impl Unpin for PostedMarginOrCollateral4
impl UnwindSafe for PostedMarginOrCollateral4
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