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