pub struct VerificationReport5 {
pub orgnl_id: String,
pub vrfctn: bool,
pub rsn: Option<VerificationReason1Choice>,
pub orgnl_pty_and_acct_id: Option<IdentificationInformation5>,
pub updtd_pty_and_acct_id: Option<IdentificationInformation5>,
}Fields§
§orgnl_id: String§vrfctn: bool§rsn: Option<VerificationReason1Choice>§orgnl_pty_and_acct_id: Option<IdentificationInformation5>§updtd_pty_and_acct_id: Option<IdentificationInformation5>Implementations§
Source§impl VerificationReport5
impl VerificationReport5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for VerificationReport5
impl RefUnwindSafe for VerificationReport5
impl Send for VerificationReport5
impl Sync for VerificationReport5
impl Unpin for VerificationReport5
impl UnwindSafe for VerificationReport5
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