pub struct SupportedPaymentMethodItem {
pub payment_method: Option<String>,
}
Fields§
§payment_method: Option<String>
A payment method’s name\n
Trait Implementations§
Source§impl Clone for SupportedPaymentMethodItem
impl Clone for SupportedPaymentMethodItem
Source§fn clone(&self) -> SupportedPaymentMethodItem
fn clone(&self) -> SupportedPaymentMethodItem
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 SupportedPaymentMethodItem
impl Debug for SupportedPaymentMethodItem
Source§impl<'de> Deserialize<'de> for SupportedPaymentMethodItem
impl<'de> Deserialize<'de> for SupportedPaymentMethodItem
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 SupportedPaymentMethodItem
impl RefUnwindSafe for SupportedPaymentMethodItem
impl Send for SupportedPaymentMethodItem
impl Sync for SupportedPaymentMethodItem
impl Unpin for SupportedPaymentMethodItem
impl UnwindSafe for SupportedPaymentMethodItem
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