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