pub enum CodCollectionMethod {
DirectPayment,
}Expand description
The COD collection method (only supported in the JP marketplace).
Variants§
DirectPayment
Trait Implementations§
Source§impl Clone for CodCollectionMethod
impl Clone for CodCollectionMethod
Source§fn clone(&self) -> CodCollectionMethod
fn clone(&self) -> CodCollectionMethod
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 Debug for CodCollectionMethod
impl Debug for CodCollectionMethod
Source§impl Default for CodCollectionMethod
impl Default for CodCollectionMethod
Source§fn default() -> CodCollectionMethod
fn default() -> CodCollectionMethod
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CodCollectionMethod
impl<'de> Deserialize<'de> for CodCollectionMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for CodCollectionMethod
impl Hash for CodCollectionMethod
Source§impl Ord for CodCollectionMethod
impl Ord for CodCollectionMethod
Source§fn cmp(&self, other: &CodCollectionMethod) -> Ordering
fn cmp(&self, other: &CodCollectionMethod) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CodCollectionMethod
impl PartialEq for CodCollectionMethod
Source§impl PartialOrd for CodCollectionMethod
impl PartialOrd for CodCollectionMethod
Source§impl Serialize for CodCollectionMethod
impl Serialize for CodCollectionMethod
impl Copy for CodCollectionMethod
impl Eq for CodCollectionMethod
impl StructuralPartialEq for CodCollectionMethod
Auto Trait Implementations§
impl Freeze for CodCollectionMethod
impl RefUnwindSafe for CodCollectionMethod
impl Send for CodCollectionMethod
impl Sync for CodCollectionMethod
impl Unpin for CodCollectionMethod
impl UnwindSafe for CodCollectionMethod
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