pub struct TradeReportQuery13Choice {
pub ad_hoc_qry: Option<TradeQueryCriteria10>,
pub rcrnt_qry: Option<TradeRecurrentQuery5>,
}Fields§
§ad_hoc_qry: Option<TradeQueryCriteria10>§rcrnt_qry: Option<TradeRecurrentQuery5>Implementations§
Source§impl TradeReportQuery13Choice
impl TradeReportQuery13Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeReportQuery13Choice
impl RefUnwindSafe for TradeReportQuery13Choice
impl Send for TradeReportQuery13Choice
impl Sync for TradeReportQuery13Choice
impl Unpin for TradeReportQuery13Choice
impl UnwindSafe for TradeReportQuery13Choice
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