pub struct TradeTypeQueryCriteria2 {
pub oprtr: Operation3Code,
pub scties_fincg_tx_tp: Option<Vec<ExposureType10Code>>,
pub coll_cmpnt_tp: Option<Vec<CollateralType6Code>>,
}Fields§
§oprtr: Operation3Code§scties_fincg_tx_tp: Option<Vec<ExposureType10Code>>§coll_cmpnt_tp: Option<Vec<CollateralType6Code>>Implementations§
Source§impl TradeTypeQueryCriteria2
impl TradeTypeQueryCriteria2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeTypeQueryCriteria2
impl RefUnwindSafe for TradeTypeQueryCriteria2
impl Send for TradeTypeQueryCriteria2
impl Sync for TradeTypeQueryCriteria2
impl Unpin for TradeTypeQueryCriteria2
impl UnwindSafe for TradeTypeQueryCriteria2
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