pub struct IssuingAuthorizationAuthenticationExemption {
pub claimed_by: IssuingAuthorizationAuthenticationExemptionClaimedBy,
pub type_: IssuingAuthorizationAuthenticationExemptionType,
}Fields§
§claimed_by: IssuingAuthorizationAuthenticationExemptionClaimedByThe entity that requested the exemption, either the acquiring merchant or the Issuing user.
type_: IssuingAuthorizationAuthenticationExemptionTypeThe specific exemption claimed for this authorization.
Trait Implementations§
Source§impl Clone for IssuingAuthorizationAuthenticationExemption
impl Clone for IssuingAuthorizationAuthenticationExemption
Source§fn clone(&self) -> IssuingAuthorizationAuthenticationExemption
fn clone(&self) -> IssuingAuthorizationAuthenticationExemption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl FromValueOpt for IssuingAuthorizationAuthenticationExemption
impl FromValueOpt for IssuingAuthorizationAuthenticationExemption
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for IssuingAuthorizationAuthenticationExemption
impl RefUnwindSafe for IssuingAuthorizationAuthenticationExemption
impl Send for IssuingAuthorizationAuthenticationExemption
impl Sync for IssuingAuthorizationAuthenticationExemption
impl Unpin for IssuingAuthorizationAuthenticationExemption
impl UnwindSafe for IssuingAuthorizationAuthenticationExemption
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