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