pub struct CreateIssuingAuthorizationNetworkData {
pub acquiring_institution_id: Option<String>,
}Expand description
Details about the authorization, such as identifiers, set by the card network.
Fields§
§acquiring_institution_id: Option<String>Identifier assigned to the acquirer by the card network.
Implementations§
Trait Implementations§
Source§impl Clone for CreateIssuingAuthorizationNetworkData
impl Clone for CreateIssuingAuthorizationNetworkData
Source§fn clone(&self) -> CreateIssuingAuthorizationNetworkData
fn clone(&self) -> CreateIssuingAuthorizationNetworkData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for CreateIssuingAuthorizationNetworkData
impl PartialEq for CreateIssuingAuthorizationNetworkData
Source§fn eq(&self, other: &CreateIssuingAuthorizationNetworkData) -> bool
fn eq(&self, other: &CreateIssuingAuthorizationNetworkData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreateIssuingAuthorizationNetworkData
impl StructuralPartialEq for CreateIssuingAuthorizationNetworkData
Auto Trait Implementations§
impl Freeze for CreateIssuingAuthorizationNetworkData
impl RefUnwindSafe for CreateIssuingAuthorizationNetworkData
impl Send for CreateIssuingAuthorizationNetworkData
impl Sync for CreateIssuingAuthorizationNetworkData
impl Unpin for CreateIssuingAuthorizationNetworkData
impl UnsafeUnpin for CreateIssuingAuthorizationNetworkData
impl UnwindSafe for CreateIssuingAuthorizationNetworkData
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