pub struct IssuingNetworkTokenAddress {
pub line1: String,
pub postal_code: String,
}
Fields§
§line1: String
The street address of the cardholder tokenizing the card.
postal_code: String
The 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 · 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>
Auto Trait Implementations§
impl Freeze for IssuingNetworkTokenAddress
impl RefUnwindSafe for IssuingNetworkTokenAddress
impl Send for IssuingNetworkTokenAddress
impl Sync for IssuingNetworkTokenAddress
impl Unpin 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