pub struct PaymentProviderSmartGlocal {
pub public_token: String,
pub tokenize_url: String,
}Expand description
Smart Glocal payment provider
Fields§
§public_token: StringPublic payment token
tokenize_url: StringURL for sending card tokenization requests
Trait Implementations§
Source§impl Clone for PaymentProviderSmartGlocal
impl Clone for PaymentProviderSmartGlocal
Source§fn clone(&self) -> PaymentProviderSmartGlocal
fn clone(&self) -> PaymentProviderSmartGlocal
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 PaymentProviderSmartGlocal
impl Debug for PaymentProviderSmartGlocal
Source§impl Default for PaymentProviderSmartGlocal
impl Default for PaymentProviderSmartGlocal
Source§fn default() -> PaymentProviderSmartGlocal
fn default() -> PaymentProviderSmartGlocal
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaymentProviderSmartGlocal
impl<'de> Deserialize<'de> for PaymentProviderSmartGlocal
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
impl StructuralPartialEq for PaymentProviderSmartGlocal
Auto Trait Implementations§
impl Freeze for PaymentProviderSmartGlocal
impl RefUnwindSafe for PaymentProviderSmartGlocal
impl Send for PaymentProviderSmartGlocal
impl Sync for PaymentProviderSmartGlocal
impl Unpin for PaymentProviderSmartGlocal
impl UnwindSafe for PaymentProviderSmartGlocal
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