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