pub enum TransactionAdvancedCommerceRefundType {
Custom,
ProRated,
Full,
Unknown(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TransactionAdvancedCommerceRefundType
impl Clone for TransactionAdvancedCommerceRefundType
Source§fn clone(&self) -> TransactionAdvancedCommerceRefundType
fn clone(&self) -> TransactionAdvancedCommerceRefundType
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 PartialEq for TransactionAdvancedCommerceRefundType
impl PartialEq for TransactionAdvancedCommerceRefundType
Source§fn eq(&self, other: &TransactionAdvancedCommerceRefundType) -> bool
fn eq(&self, other: &TransactionAdvancedCommerceRefundType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TransactionAdvancedCommerceRefundType
impl StructuralPartialEq for TransactionAdvancedCommerceRefundType
Auto Trait Implementations§
impl Freeze for TransactionAdvancedCommerceRefundType
impl RefUnwindSafe for TransactionAdvancedCommerceRefundType
impl Send for TransactionAdvancedCommerceRefundType
impl Sync for TransactionAdvancedCommerceRefundType
impl Unpin for TransactionAdvancedCommerceRefundType
impl UnsafeUnpin for TransactionAdvancedCommerceRefundType
impl UnwindSafe for TransactionAdvancedCommerceRefundType
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