pub struct TradeData29 {
pub rpt_sttstcs: Vec<DetailedReportStatistics5>,
pub tx_sttstcs: Vec<DetailedTransactionStatistics2Choice>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§rpt_sttstcs: Vec<DetailedReportStatistics5>§tx_sttstcs: Vec<DetailedTransactionStatistics2Choice>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl TradeData29
impl TradeData29
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeData29
impl RefUnwindSafe for TradeData29
impl Send for TradeData29
impl Sync for TradeData29
impl Unpin for TradeData29
impl UnwindSafe for TradeData29
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