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