pub struct IdentificationVerification5 {
pub id: String,
pub pty_and_acct_id: IdentificationInformation5,
}Fields§
§id: String§pty_and_acct_id: IdentificationInformation5Implementations§
Source§impl IdentificationVerification5
impl IdentificationVerification5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for IdentificationVerification5
impl RefUnwindSafe for IdentificationVerification5
impl Send for IdentificationVerification5
impl Sync for IdentificationVerification5
impl Unpin for IdentificationVerification5
impl UnwindSafe for IdentificationVerification5
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