pub struct PositionSetCollateralTotal2 {
pub nb_of_rpts: Option<f64>,
pub pstd_mrgn_or_coll: Option<PostedMarginOrCollateral6>,
pub rcvd_mrgn_or_coll: Option<ReceivedMarginOrCollateral6>,
}Fields§
§nb_of_rpts: Option<f64>§pstd_mrgn_or_coll: Option<PostedMarginOrCollateral6>§rcvd_mrgn_or_coll: Option<ReceivedMarginOrCollateral6>Implementations§
Source§impl PositionSetCollateralTotal2
impl PositionSetCollateralTotal2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PositionSetCollateralTotal2
impl RefUnwindSafe for PositionSetCollateralTotal2
impl Send for PositionSetCollateralTotal2
impl Sync for PositionSetCollateralTotal2
impl Unpin for PositionSetCollateralTotal2
impl UnwindSafe for PositionSetCollateralTotal2
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