pub struct PositionSetAggregated4 {
pub ref_dt: String,
pub pos_set: Option<Vec<PositionSet21>>,
pub ccy_pos_set: Option<Vec<PositionSet21>>,
pub coll_pos_set: Option<Vec<PositionSet22>>,
pub ccy_coll_pos_set: Option<Vec<PositionSet22>>,
}Fields§
§ref_dt: String§pos_set: Option<Vec<PositionSet21>>§ccy_pos_set: Option<Vec<PositionSet21>>§coll_pos_set: Option<Vec<PositionSet22>>§ccy_coll_pos_set: Option<Vec<PositionSet22>>Implementations§
Source§impl PositionSetAggregated4
impl PositionSetAggregated4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PositionSetAggregated4
impl RefUnwindSafe for PositionSetAggregated4
impl Send for PositionSetAggregated4
impl Sync for PositionSetAggregated4
impl Unpin for PositionSetAggregated4
impl UnwindSafe for PositionSetAggregated4
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