pub enum IssuingDisputeCanceledEvidenceProductType {
Merchandise,
Service,
}
Expand description
Whether the product was a merchandise or service.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IssuingDisputeCanceledEvidenceProductType
impl Clone for IssuingDisputeCanceledEvidenceProductType
Source§fn clone(&self) -> IssuingDisputeCanceledEvidenceProductType
fn clone(&self) -> IssuingDisputeCanceledEvidenceProductType
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 IssuingDisputeCanceledEvidenceProductType
impl FromValueOpt for IssuingDisputeCanceledEvidenceProductType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for IssuingDisputeCanceledEvidenceProductType
impl PartialEq for IssuingDisputeCanceledEvidenceProductType
Source§fn eq(&self, other: &IssuingDisputeCanceledEvidenceProductType) -> bool
fn eq(&self, other: &IssuingDisputeCanceledEvidenceProductType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for IssuingDisputeCanceledEvidenceProductType
impl Eq for IssuingDisputeCanceledEvidenceProductType
impl StructuralPartialEq for IssuingDisputeCanceledEvidenceProductType
Auto Trait Implementations§
impl Freeze for IssuingDisputeCanceledEvidenceProductType
impl RefUnwindSafe for IssuingDisputeCanceledEvidenceProductType
impl Send for IssuingDisputeCanceledEvidenceProductType
impl Sync for IssuingDisputeCanceledEvidenceProductType
impl Unpin for IssuingDisputeCanceledEvidenceProductType
impl UnwindSafe for IssuingDisputeCanceledEvidenceProductType
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