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