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