Struct stripe::generated::payment::payment_method::PaymentMethodLink    
source · pub struct PaymentMethodLink {
    pub email: Option<String>,
    pub persistent_token: Option<String>,
}Fields§
§email: Option<String>Account owner’s email address.
persistent_token: Option<String>[Deprecated] This is a legacy parameter that no longer has any function.
Trait Implementations§
source§impl Clone for PaymentMethodLink
 
impl Clone for PaymentMethodLink
source§fn clone(&self) -> PaymentMethodLink
 
fn clone(&self) -> PaymentMethodLink
Returns a copy 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 PaymentMethodLink
 
impl Debug for PaymentMethodLink
source§impl Default for PaymentMethodLink
 
impl Default for PaymentMethodLink
source§fn default() -> PaymentMethodLink
 
fn default() -> PaymentMethodLink
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PaymentMethodLink
 
impl<'de> Deserialize<'de> for PaymentMethodLink
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
Auto Trait Implementations§
impl Freeze for PaymentMethodLink
impl RefUnwindSafe for PaymentMethodLink
impl Send for PaymentMethodLink
impl Sync for PaymentMethodLink
impl Unpin for PaymentMethodLink
impl UnwindSafe for PaymentMethodLink
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