pub enum PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType {
Custom,
}Expand description
The processor used for this payment attempt.
Variants§
Custom
Implementations§
Trait Implementations§
Source§impl Clone for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
impl Clone for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
Source§fn clone(&self) -> PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
fn clone(&self) -> PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
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 FromValueOpt for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
impl FromValueOpt for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
impl PartialEq for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
Source§fn eq(
&self,
other: &PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType,
) -> bool
fn eq( &self, other: &PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
impl Eq for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
impl StructuralPartialEq for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
Auto Trait Implementations§
impl Freeze for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
impl RefUnwindSafe for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
impl Send for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
impl Sync for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
impl Unpin for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
impl UnwindSafe for PaymentsPrimitivesPaymentRecordsResourceProcessorDetailsType
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