pub struct CardholderAuthentication2 {
pub authntcn_mtd: AuthenticationMethod1Code,
pub authntcn_ntty: AuthenticationEntity1Code,
}Fields§
§authntcn_mtd: AuthenticationMethod1Code§authntcn_ntty: AuthenticationEntity1CodeImplementations§
Source§impl CardholderAuthentication2
impl CardholderAuthentication2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CardholderAuthentication2
impl RefUnwindSafe for CardholderAuthentication2
impl Send for CardholderAuthentication2
impl Sync for CardholderAuthentication2
impl Unpin for CardholderAuthentication2
impl UnwindSafe for CardholderAuthentication2
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