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