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