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