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