pub struct TransactionCriteria8Choice {
pub qry_nm: Option<String>,
pub new_crit: Option<TransactionCriteria11>,
}Fields§
§qry_nm: Option<String>§new_crit: Option<TransactionCriteria11>Implementations§
Source§impl TransactionCriteria8Choice
impl TransactionCriteria8Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionCriteria8Choice
impl RefUnwindSafe for TransactionCriteria8Choice
impl Send for TransactionCriteria8Choice
impl Sync for TransactionCriteria8Choice
impl Unpin for TransactionCriteria8Choice
impl UnwindSafe for TransactionCriteria8Choice
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