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