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