pub struct PaymentCard4 {
pub plain_card_data: Option<PlainCardData1>,
pub card_ctry_cd: Option<String>,
pub card_brnd: Option<GenericIdentification1>,
pub addtl_card_data: Option<String>,
}Fields§
§plain_card_data: Option<PlainCardData1>§card_ctry_cd: Option<String>§card_brnd: Option<GenericIdentification1>§addtl_card_data: Option<String>Implementations§
Source§impl PaymentCard4
impl PaymentCard4
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for PaymentCard4
impl Clone for PaymentCard4
Source§fn clone(&self) -> PaymentCard4
fn clone(&self) -> PaymentCard4
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 Debug for PaymentCard4
impl Debug for PaymentCard4
Source§impl Default for PaymentCard4
impl Default for PaymentCard4
Source§fn default() -> PaymentCard4
fn default() -> PaymentCard4
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaymentCard4
impl<'de> Deserialize<'de> for PaymentCard4
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PaymentCard4
impl PartialEq for PaymentCard4
Source§impl Serialize for PaymentCard4
impl Serialize for PaymentCard4
impl StructuralPartialEq for PaymentCard4
Auto Trait Implementations§
impl Freeze for PaymentCard4
impl RefUnwindSafe for PaymentCard4
impl Send for PaymentCard4
impl Sync for PaymentCard4
impl Unpin for PaymentCard4
impl UnwindSafe for PaymentCard4
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