pub struct ModifyPaymentMethodResponse {
pub data: Option<Option<Box<PaymentMethod5>>>,
}Fields§
§data: Option<Option<Box<PaymentMethod5>>>Implementations§
Source§impl ModifyPaymentMethodResponse
impl ModifyPaymentMethodResponse
pub fn new() -> ModifyPaymentMethodResponse
Trait Implementations§
Source§impl Clone for ModifyPaymentMethodResponse
impl Clone for ModifyPaymentMethodResponse
Source§fn clone(&self) -> ModifyPaymentMethodResponse
fn clone(&self) -> ModifyPaymentMethodResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModifyPaymentMethodResponse
impl Debug for ModifyPaymentMethodResponse
Source§impl Default for ModifyPaymentMethodResponse
impl Default for ModifyPaymentMethodResponse
Source§fn default() -> ModifyPaymentMethodResponse
fn default() -> ModifyPaymentMethodResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModifyPaymentMethodResponse
impl<'de> Deserialize<'de> for ModifyPaymentMethodResponse
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 ModifyPaymentMethodResponse
impl PartialEq for ModifyPaymentMethodResponse
Source§fn eq(&self, other: &ModifyPaymentMethodResponse) -> bool
fn eq(&self, other: &ModifyPaymentMethodResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyPaymentMethodResponse
Auto Trait Implementations§
impl Freeze for ModifyPaymentMethodResponse
impl RefUnwindSafe for ModifyPaymentMethodResponse
impl Send for ModifyPaymentMethodResponse
impl Sync for ModifyPaymentMethodResponse
impl Unpin for ModifyPaymentMethodResponse
impl UnsafeUnpin for ModifyPaymentMethodResponse
impl UnwindSafe for ModifyPaymentMethodResponse
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