pub enum FoundAffiliateProgram {
FoundAffiliateProgram(FoundAffiliateProgram),
}Variants§
FoundAffiliateProgram(FoundAffiliateProgram)
Describes a found affiliate program
Trait Implementations§
Source§impl Clone for FoundAffiliateProgram
impl Clone for FoundAffiliateProgram
Source§fn clone(&self) -> FoundAffiliateProgram
fn clone(&self) -> FoundAffiliateProgram
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 FoundAffiliateProgram
impl Debug for FoundAffiliateProgram
Source§impl<'de> Deserialize<'de> for FoundAffiliateProgram
impl<'de> Deserialize<'de> for FoundAffiliateProgram
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 PartialEq for FoundAffiliateProgram
impl PartialEq for FoundAffiliateProgram
Source§impl Serialize for FoundAffiliateProgram
impl Serialize for FoundAffiliateProgram
impl StructuralPartialEq for FoundAffiliateProgram
Auto Trait Implementations§
impl Freeze for FoundAffiliateProgram
impl RefUnwindSafe for FoundAffiliateProgram
impl Send for FoundAffiliateProgram
impl Sync for FoundAffiliateProgram
impl Unpin for FoundAffiliateProgram
impl UnsafeUnpin for FoundAffiliateProgram
impl UnwindSafe for FoundAffiliateProgram
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