pub enum AffiliateProgramSortOrder {
Profitability,
CreationDate,
Revenue,
}Variants§
Profitability
The affiliate programs must be sorted by the profitability
CreationDate
The affiliate programs must be sorted by creation date
Revenue
The affiliate programs must be sorted by the expected revenue
Trait Implementations§
Source§impl Clone for AffiliateProgramSortOrder
impl Clone for AffiliateProgramSortOrder
Source§fn clone(&self) -> AffiliateProgramSortOrder
fn clone(&self) -> AffiliateProgramSortOrder
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 AffiliateProgramSortOrder
impl Debug for AffiliateProgramSortOrder
Source§impl<'de> Deserialize<'de> for AffiliateProgramSortOrder
impl<'de> Deserialize<'de> for AffiliateProgramSortOrder
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
impl StructuralPartialEq for AffiliateProgramSortOrder
Auto Trait Implementations§
impl Freeze for AffiliateProgramSortOrder
impl RefUnwindSafe for AffiliateProgramSortOrder
impl Send for AffiliateProgramSortOrder
impl Sync for AffiliateProgramSortOrder
impl Unpin for AffiliateProgramSortOrder
impl UnsafeUnpin for AffiliateProgramSortOrder
impl UnwindSafe for AffiliateProgramSortOrder
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