pub struct TradeData38Choice {
pub data_set_actn: Option<ReportPeriodActivity1Code>,
pub stat: Option<Vec<CollateralMarginNew10>>,
}Fields§
§data_set_actn: Option<ReportPeriodActivity1Code>§stat: Option<Vec<CollateralMarginNew10>>Implementations§
Source§impl TradeData38Choice
impl TradeData38Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeData38Choice
impl RefUnwindSafe for TradeData38Choice
impl Send for TradeData38Choice
impl Sync for TradeData38Choice
impl Unpin for TradeData38Choice
impl UnwindSafe for TradeData38Choice
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