pub struct IssuingNetworkTokenAddress {
pub line1: String,
pub postal_code: String,
}Fields§
§line1: StringThe street address of the cardholder tokenizing the card.
postal_code: StringThe postal code of the cardholder tokenizing the card.
Trait Implementations§
Source§impl Clone for IssuingNetworkTokenAddress
impl Clone for IssuingNetworkTokenAddress
Source§fn clone(&self) -> IssuingNetworkTokenAddress
fn clone(&self) -> IssuingNetworkTokenAddress
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 Debug for IssuingNetworkTokenAddress
impl Debug for IssuingNetworkTokenAddress
Source§impl FromValueOpt for IssuingNetworkTokenAddress
impl FromValueOpt for IssuingNetworkTokenAddress
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for IssuingNetworkTokenAddress
impl PartialEq for IssuingNetworkTokenAddress
Source§fn eq(&self, other: &IssuingNetworkTokenAddress) -> bool
fn eq(&self, other: &IssuingNetworkTokenAddress) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IssuingNetworkTokenAddress
impl StructuralPartialEq for IssuingNetworkTokenAddress
Auto Trait Implementations§
impl Freeze for IssuingNetworkTokenAddress
impl RefUnwindSafe for IssuingNetworkTokenAddress
impl Send for IssuingNetworkTokenAddress
impl Sync for IssuingNetworkTokenAddress
impl Unpin for IssuingNetworkTokenAddress
impl UnsafeUnpin for IssuingNetworkTokenAddress
impl UnwindSafe for IssuingNetworkTokenAddress
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