pub struct PaymentProviderOther {
pub url: String,
}
Expand description
Some other payment provider, for which a web payment form must be shown
Fields§
§url: String
Payment form URL
Trait Implementations§
Source§impl Clone for PaymentProviderOther
impl Clone for PaymentProviderOther
Source§fn clone(&self) -> PaymentProviderOther
fn clone(&self) -> PaymentProviderOther
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 PaymentProviderOther
impl Debug for PaymentProviderOther
Source§impl Default for PaymentProviderOther
impl Default for PaymentProviderOther
Source§fn default() -> PaymentProviderOther
fn default() -> PaymentProviderOther
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaymentProviderOther
impl<'de> Deserialize<'de> for PaymentProviderOther
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 PaymentProviderOther
impl PartialEq for PaymentProviderOther
Source§impl Serialize for PaymentProviderOther
impl Serialize for PaymentProviderOther
impl StructuralPartialEq for PaymentProviderOther
Auto Trait Implementations§
impl Freeze for PaymentProviderOther
impl RefUnwindSafe for PaymentProviderOther
impl Send for PaymentProviderOther
impl Sync for PaymentProviderOther
impl Unpin for PaymentProviderOther
impl UnwindSafe for PaymentProviderOther
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