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