pub struct PaymentMethodRequest { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for PaymentMethodRequest
impl Clone for PaymentMethodRequest
Source§fn clone(&self) -> PaymentMethodRequest
fn clone(&self) -> PaymentMethodRequest
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 PaymentMethodRequest
impl Debug for PaymentMethodRequest
Source§impl Default for PaymentMethodRequest
impl Default for PaymentMethodRequest
Source§impl From<PaymentMethodRequest> for PaymentMethodRequest
impl From<PaymentMethodRequest> for PaymentMethodRequest
Source§fn from(value: PaymentMethodRequest) -> Self
fn from(value: PaymentMethodRequest) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PaymentMethodRequest> for PaymentMethodRequest
impl TryFrom<PaymentMethodRequest> for PaymentMethodRequest
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PaymentMethodRequest) -> Result<Self, ConversionError>
fn try_from(value: PaymentMethodRequest) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PaymentMethodRequest
impl RefUnwindSafe for PaymentMethodRequest
impl Send for PaymentMethodRequest
impl Sync for PaymentMethodRequest
impl Unpin for PaymentMethodRequest
impl UnwindSafe for PaymentMethodRequest
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